plotPCA | R Documentation |
Plot Principal Component Analysis results
plotPCA(
X,
labels,
xlim = NULL,
ylim = NULL,
cex.lab = 1,
gPars = ErrViewLib::setgPars()
)
X |
a numeric matrix |
labels |
a strings vector with the names of the data points |
xlim |
(optional) a 2-vector of limits for the x-axis |
ylim |
(optional) a 2-vector of limits for the y-axis |
cex.lab |
(optional) character expansion factor used for labelling the points. |
gPars |
a list of graphical parameters. See setgPars. |
a plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.