createLabel.gen | R Documentation |
ggplots2
scatterplotscreateLabel.gen
creates x and y labels for ggplots2
scatterplots
(e.g., correspondence analysis or principal component analysis).
Compared to createLabels
, createLabels.gen
does not require the results from ExPosition
and so can be used for any ggplot2
-based scatterplot.
createLabel.gen(zeAxis, lambda, tau, axisName = "Dimension ")
zeAxis |
the number of the axis (no default) |
lambda |
the eigen-value associated with this dimension |
tau |
the percentage of variance associated with this dimension |
axisName |
the name for the axes
(default = |
Herve Abdi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.