staRdom (version 1.0.3)

eempf_corplot: Plot correlations of components in samples

Description

A pair plot showing correlations between samples is created.

Usage

eempf_corplot(cp_out, lower = list(continuous = "smooth"),
  mapping = aes(alpha = 0.2), ...)

Arguments

cp_out

object of class parafac

lower

style of lower plots, see ggpairs

mapping

aesthetic mapping, see ggpairs

...

passed on to ggpairs

Value

object of class ggplot

See Also

ggpairs

Examples

Run this code
# NOT RUN {
data(pfres_comps1)
eempf_corplot(pfres_comps[[1]])
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab