parPlot: parPlot

Description Usage Arguments Examples

Description

Generates a ggplot of a parallel analysis

Usage

1

Arguments

x

a list of output from the psych::fa.parallel function

Examples

1
2
3
4
5
df <- psych::bfi
parallel <- psych::fa.parallel(df, fa= "fa", quant = .95)
parPlot(parallel)
p
ggsave('parallel.png', p, width=6, height=6, unit='in', dpi=300)

Lingtax/graphTemplate documentation built on May 20, 2019, 1:31 p.m.