Plot fraction of variance explained by the successive reduced space components (PCA, CPCA)
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.