staRdom (version 1.1.28)

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)

Value

list of three vectors containing the names of selected samples

Arguments

cpl

leverage, outpout from eempf_leverage

qlabel

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

See Also

eempf_leverage_plot

Examples

Run this code
data(pf_models)

leverage <- eempf_leverage(pf4[[1]])
outliers <- eempf_leverage_ident(leverage)

Run the code above in your browser using DataLab