Description Usage Arguments Details Value Examples
View source: R/dimensionality.R
Creates a set of lollipop plots for up to the first 5 principal components of a dataset.
1 | pcLollipop(x)
|
x |
The data frame or tibble containing the dataset. |
(some code taken from https://www.r-graph-gallery.com/300-basic-lollipop-plot.html)
A list of (up to 5) plots (from ggplot2) objects; each plot is a lollipop plot of the loadings of each of the (up to 5) principal components for each variable. Morover, running this function will also display the plots in a 1-column grid.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.