MatTrans.plot: Mean coordinate plot

View source: R/plot.R

MatTrans.plotR 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

...

further arguments related to plot and lines

Details

Provides the mean profile plot for the fitted data by MatTrans.EM model.

Value

No return value, called for side effects


MatTransMix documentation built on April 12, 2025, 2:24 a.m.