gomms.plot {gomms} | R Documentation |
Plot Factor Loadings
Description
plot estimated factor loadings for each sample.
Usage
gomms.plot(X, Y, col.markers = NULL, pch.markers = NULL, ...)
Arguments
X |
two dimnsional matrix of factor scores. |
Y |
one or two dimensional matrix of classification. |
col.markers |
user specified colors for classification. |
pch.markers |
user specified plot symbols for classification. |
... |
optional graphical parameters to be passed. |
[Package gomms version 1.0 Index]