Usage
plotmatrix(mat, xlim = NULL, ylim = NULL, xlab = NULL, ylab = NULL, main = NULL, type = "l", lwd = 2, at = NULL, xlabels = NULL, ltys = NULL, add = FALSE,cols = NULL, ...)
Arguments
xlim
xlimits, standard graphics parameter
ylim
ylimits, standard graphics parameter
xlab
xlabs, standard graphics parameter
ylab
ylabs, standard graphics parameter
type
type, standard plotting parameter
lwd
lwd, standard plotting parameter
at
at which x-positions the columns should occur
xlabels
text added as x-axis labels
...
additional parameters to be passed to points and plot