pca_dstat_plot | R Documentation |
A bar chart of the d-statistics for samples in the input PCA model. Samples above the indicated threshold are considered to be outlying.
pca_dstat_plot(number_components = 2, alpha = 0.05, ...)
number_components |
(numeric) The number of principal components to use. The default is |
alpha |
(numeric) A confidence threshold for rejecting samples based on the d-statistic. The default is |
... |
Additional slots and values passed to |
A
pca_dstat_plot
object. This object has no output
slots.
See chart_plot
in the struct
package to plot this chart object.
A pca_dstat_plot
object inherits the following struct
classes:
[pca_dstat_plot]
>> [chart]
>> [struct_class]
M = pca_dstat_plot(
number_components = 2,
alpha = 0.95)
C = pca_dstat_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.