mpl | R Documentation |
Do simple matrix plots, providing an easy interface to
matplot
by using a default x variable.
mpl(mat, ...)
p.m(mat, ...)
mat |
numeric matrix. |
... |
further arguments passed to |
p.m(m)
use the first column of m
as x
variable,
whereas mpl(m)
uses the integers 1, 2, ..., nrow(m)
as coordinates and rownames(m)
as axis labels if possible.
These were really created for playing around with curves etc, and
probably should be deprecated since in concrete examples, using
matplot()
directly is more appropriate.
Martin Maechler
matplot
,
plot.mts(*, plot.type = "single")
.
data(animals, package = "cluster")
mpl(animals, type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.