View source: R/parafac_plot_functions.R
eempf_corplot | R Documentation |
A pair plot showing correlations between samples is created.
eempf_corplot(
pfmodel,
normalisation = FALSE,
lower = list(continuous = "smooth"),
mapping = aes(alpha = 0.2),
...
)
pfmodel |
object of class parafac |
normalisation |
logical, whether normalisation is undone or not |
lower |
style of lower plots, see |
mapping |
aesthetic mapping, see |
... |
passed on to |
object of class ggplot
ggpairs
data(pf_models)
eempf_corplot(pf4[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.