Mean coordinate plot provided for the best fitted model returned by MatTrans.EM model.
MatTrans.plot(X, model = NULL, xlab = "",
ylab = "", rownames = NULL, colnames = NULL,
lwd.obs = 0.8, lwd.mean = 2, line.cols = NULL, ...)
No return value, called for side effects
dataset of random matrices (p x T x n), n random matrices of dimensionality (p x T)
fitted MatTrans mixture model returned by function MatTrans.plot()
label on the X-axis
label on the Y-axis
input row variable names
input column variable names
line width of observations
line width of the mean profile
line colors of the mean and observations
Provides the mean profile plot for the fitted data by MatTrans.EM model.