Description Usage Arguments Details Examples
plots the lollipop plot from principal component analysis given a tibble
1 | pcLollipop(x)
|
x |
a tibble or dataframe |
npc |
number of principal components to use in estimate |
takes a tibble or dataframe and plots the loading matrix computed by principal component analysis. Uses ggplot to render graphic
1 2 | x <- iris[1:4]
pcLollipop(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.