eempf_leverage_ident {staRdom} | R Documentation |
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 |
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
Examples
data(pf_models)
leverage <- eempf_leverage(pf4[[1]])
outliers <- eempf_leverage_ident(leverage)
[Package staRdom version 1.1.28 Index]