plotPCAloading | R Documentation |
Plot PCA loading
plotPCAloading(
loadings,
x = 1L,
y = 2L,
circle = FALSE,
title = "",
subtitle = "",
...
)
loadings |
PCA loadings |
x |
Integer, which loading is to be visualized on the X axis? |
y |
Integer, the loading to be visualized on the X axis. |
circle |
Logical, whether draw circle or not |
title |
Character string |
subtitle |
Character string |
... |
Passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.