pca_dstat_plot: d-statistic plot

Description Usage Arguments Value Examples

View source: R/PCA_plotfcns.R

Description

A bar chart of the d-statistics for samples in the input PCA model. Samples above the indicated threshold are considered to be outlying.

Usage

1
pca_dstat_plot(number_components = 2, alpha = 0.05, ...)

Arguments

number_components

(numeric) The number of principal components to use. The default is 2.

alpha

(numeric) A confidence threshold for rejecting samples based on the d-statistic. The default is 0.05.

...

Additional slots and values passed to struct_class.

Value

A pca_dstat_plot object.

Examples

1

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.