plot.mmlcrlong {mmlcr}R Documentation

Plot a mmlcrlong Component

Description

Generates a plot for mmlcrlong component of a mmlcr object. Class means are plotted against ``time.'' Generally called by plot.mmlcr.

Usage

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])), ...)

Arguments

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.

Note

There is no component plot for the multinomlong components.

See Also

plot.mmlcr, mmlcr, mmlcrObject


[Package mmlcr version 1.3.5 Index]