staRdom (version 1.0.3)

eempf_leverage_ident: Plot leverage of emission wavelengths, excitation wavelengths and samples.

Description

Plot is interactive where you can select values with your mouse. A list of vectors is returned to remove this outliers in a further step from your samples. The labels to be shown can be selected by adding the quatile of samples with highest leverages to be labeled.

Usage

eempf_leverage_ident(cpl, qlabel = 0.1)

Arguments

cpl

leverage, outpout from eempf_leverage

qlabel

optional, quantile of which labels are shown (1 = all, 0 = no labels)

Value

list of three vectors containing the names of selected samples

See Also

eempf_leverage_plot

Examples

Run this code
# NOT RUN {
data(pfres_comps1)

leverage <- eempf_leverage(pfres_comps[[2]])
outliers <- eempf_leverage_ident(leverage)
# }

Run the code above in your browser using DataCamp Workspace