plotComponentVariance | R Documentation |
Requires buildGraph() or updatePairs() to be ran first with the argument score.component.variance=TRUE.
plotComponentVariance(
conos.obj,
space = "PCA",
plot.theme = ggplot2::theme_bw()
)
conos.obj |
conos object |
space |
character Reduction space to be analyzed (currently, component variance scoring is only supported by PCA and CPCA) (default='PCA') |
plot.theme |
ggplot theme (default=ggplot2::theme_bw()). Refer to <https://ggplot2.tidyverse.org/reference/ggtheme.html> for more details. |
ggplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.