staRdom (version 1.1.28)

eempf_corplot: Plot correlations of components in samples

Description

A pair plot showing correlations between samples is created.

Usage

eempf_corplot(
  pfmodel,
  normalisation = FALSE,
  lower = list(continuous = "smooth"),
  mapping = aes(alpha = 0.2),
  ...
)

Value

object of class ggplot

Arguments

pfmodel

object of class parafac

normalisation

logical, whether normalisation is undone or not

lower

style of lower plots, see ggpairs

mapping

aesthetic mapping, see ggpairs

...

passed on to ggpairs

See Also

ggpairs

Examples

Run this code
# \donttest{
data(pf_models)
eempf_corplot(pf4[[1]])
# }

Run the code above in your browser using DataLab