R/ops-dimred.R
plotPCAVariance.Rd
Creates a scree plot showing variance explained by each PC.
plotPCAVariance(x, n_components = NULL)
A waveform_pca object.
Number of components to show.
A ggplot object.
van der Maaten L, Hinton G (2008). "Visualizing Data using t-SNE." Journal of Machine Learning Research, 9, 2579-2605.
waveformPCA(), plotPCAScatter(), plotUMAP()
waveformPCA()
plotPCAScatter()
plotUMAP()