| plot.mmlcrlong {mmlcr} | R Documentation |
Generates a plot for mmlcrlong component of a mmlcr object.
Class means are plotted against ``time.'' Generally called by plot.mmlcr.
plot.mmlcrlong(x, post.prob, smooth = 0, xlab = names(data)[2], ylab =
names(data)[1], ylim = c(min(yy, na.rm = TRUE),
max(yy, na.rm = TRUE)), cols = rep(1, dim(post.prob)[2]),
pch = as.character(1:(dim(post.prob)[2])), ...)
x |
A mmlcr object. |
post.prob |
Data.frame of class membership posterior probabilities. |
smooth |
A smoothing parameter, equal to supsmu's bass. |
xlab |
Label for the x-axis. |
ylab |
Label for the y-axis. |
ylim |
Limits for the y-axis. |
cols |
The cols argument for par. |
pch |
The pch argument for par. |
... |
Other arguments to be passed to plot. |
There is no component plot for the multinomlong components.
plot.mmlcr, mmlcr, mmlcrObject