plot.princmp
plot.princmp.RdPlot Method for princmp
Arguments
- x
results of `princmp`
- which
'`scree`' or '`loadings'`
- k
number of components to show, default is `k` specified to `princmp`
- offset
controls positioning of text labels for cumulative fraction of variance explained
- col
color of plotted text in scree plot
- adj
angle for plotting text in scree plot
- ylim
y-axis scree plotting limits, a 2-vector
- add
set to `TRUE` to add a line to an existing scree plot without drawing axes
- abbrev
an integer specifying the variable name length above which names are passed through [abbreviate(..., minlength=abbrev)]
- nrow
number of rows to use in plotting loadings. Defaults to the `ggplot2` `facet_wrap` default.
- ...
unused