createxyLabels.gen | R Documentation |
x
and y
labels for ggplots2 scaterplotscreatexyLabels.gen
:
creates x and y labels for
ggplots2
scaterplots
(e.g., correspondence analysis
or principal component analysis)
such as, for example,
the plots created by createFactorMap
.
Compared to createxylabel
, createxylabel.gen
does not require the results from ExPosition
.
createxyLabels.gen( x_axis = 1, y_axis = 2, lambda, tau, axisName = "Dimension " )
x_axis |
the number of the x axis; default = 1. |
y_axis |
the number of the y axis; default = 2. |
lambda |
a vector of eigenvalues
(should have as many entries
as |
tau |
a vector of percentage of explained variance
(should have as many entries
as |
axisName |
the name for the axes
(default = |
Hervé Abdi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.