Learn R Programming

Eplot (version 1.0)

mplott: mplott

Description

Multivariate plot.

Usage

mplott(x, wherelegend = "bottomleft", textlegend = colnames(x), main = "", return.to.default = T, ...)

Arguments

x
a matrix to be plotted
wherelegend
where to place the legend
textlegend
what should the legend read (see details).
main
main title of the plot, same as in plot.default.
return.to.default
for reverting back to previous par settings. Default is return.to.default=TRUE
...
more graphical parameters can be given as arguments.

Value

called for its side effect.

Details

Multivariate plot. Limited to 5 series. Legend is added automatically using colnames(x).

See Also

par, plot.default.