MatTrans.plot | R Documentation |
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, ...)
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 |
... |
further arguments related to |
Provides the mean profile plot for the fitted data by MatTrans.EM model.
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.