View source: R/parafac_plot_functions.R
eempf_leverage_plot | R Documentation |
The labels to be shown can be selected by adding the quatile of samples with highest leverages to be labeled.
eempf_leverage_plot(cpl, qlabel = 0.1)
cpl |
leverage, outpout from |
qlabel |
optional, quantile of which labels are shown (1 = all, 0 = no labels) |
ggplot
eempf_leverage_ident
data(pf_models)
leverage <- eempf_leverage(pf4[[1]])
eempf_leverage_plot(leverage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.