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

View source: R/parafac_plot_functions.R

eempf_leverage_identR 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 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

data(pf_models)

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

MatthiasPucher/staRdom documentation built on June 30, 2023, 10:55 a.m.