pca_scree_plot | R Documentation |
A plot of the percent variance and cumulative percent variance for the components of a PCA model.
pca_scree_plot(max_pc = 15, ...)
max_pc |
(numeric, integer) The maximum number of components to include in the plot. The default is |
... |
Additional slots and values passed to |
A
pca_scree_plot
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
struct object
A pca_scree_plot
object inherits the following struct
classes:
[pca_scree_plot]
>> [chart]
>> [struct_class]
M = pca_scree_plot(
max_pc = 15)
C = pca_scree_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.