NEWS
mpm 1.0-20
- trivial fix in .onAttach
- small documentation improvements
mpm 1.0-19
- fix in plot.mpm to allow depiction of spectral maps with negative numbers
- add option to only label a limited number of columns (label.col.tol)
mpm 1.0-18 (2011-08-11)
- rename dump.summary.mpm to export.summary.mpm and add generic function
mpm 1.0-17 (2011-03-21)
- compress data files better and move to Roxygen-based documentation
mpm 1.0-16 (2009-08-28)
- remove dependency on geneplotter for plot.mpm with do.smoothScatter = TRUE and replace with dependency
on recommended package KernSmooth
- add legend argument
mpm 1.0-15 (2009-05-27)
- extend the sampleNames argument to allow to specify the labels to be used on
the plot as a character vector (alternatively to the use of a logical of length
one as introduced in 1.0-14)
mpm 1.0-14
- introduce sampleNames argument to display sample names (TRUE) or not (FALSE)
mpm 1.0-13 (2009-04-14)
- modification of default colors for smoothScatter
mpm 1.0-12 (2008-11-17)
- return invisibly for plot.mpm
- introduce tests directory and script
- introduce NAMESPACE
- display package version on loading package
mpm 1.0-11 (2008-08-26)
- added dump.summary.mpm function to package
- fix sub title
mpm 1.0-10
- introduction of labels argument for plot.mpm in order to allow
labels to be different from the row names
mpm 1.0-9
- clarification plot.mpm documentation
- removed (less flexible) ‘title’ argument in favor of classical
main / sub titles which can be passed to eqscplot via ‘...’
instead