mplott: mplott

Description Usage Arguments Details Value See Also

Description

Multivariate plot.

Usage

1
2
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.

Details

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

Value

called for its side effect.

See Also

par, plot.default.


Eplot documentation built on May 2, 2019, 2:42 a.m.