Description Usage Arguments Value Examples
Create Lollipop Plots of Principal Component Loadings
1 | pcLollipop(x)
|
x |
numerical dataframe, or tibble |
plotting object for lollipop plots of principal components of x
1 2 | x = data.frame(data = matrix(c(4,5,2,10,2,8,4,5,6), ncol = 3))
plot = pcLollipop(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.