MatTrans.plot {MatTransMix} | R Documentation |
Mean coordinate plot
Description
Mean coordinate plot provided for the best fitted model returned by MatTrans.EM model.
Usage
MatTrans.plot(X, model = NULL, xlab = "",
ylab = "", rownames = NULL, colnames = NULL,
lwd.obs = 0.8, lwd.mean = 2, line.cols = NULL, ...)
Arguments
X |
dataset of random matrices (p x T x n), n random matrices of dimensionality (p x T) |
model |
fitted MatTrans mixture model returned by function MatTrans.plot() |
xlab |
label on the X-axis |
ylab |
label on the Y-axis |
rownames |
input row variable names |
colnames |
input column variable names |
lwd.obs |
line width of observations |
lwd.mean |
line width of the mean profile |
line.cols |
line colors of the mean and observations |
... |
Details
Provides the mean profile plot for the fitted data by MatTrans.EM model.
Value
No return value, called for side effects
[Package MatTransMix version 0.1.18 Index]