corPlot: Draw correlation plot

View source: R/CorPlot.R

corPlotR Documentation

Draw correlation plot

Description

Draw correlation plot

Usage

corPlot(
  fit,
  label = 2,
  yreverse = TRUE,
  xangle = 45,
  seek = NULL,
  replace = NULL,
  ...
)

Arguments

fit

An object of class lavaan. Result of sem function of package lavaan

label

if 0, no label(default), if 1, use r value as label, if 2, use r value with significant mark as label

yreverse

Logical. if true, reverse the order of y axis.

xangle

axis.x.text.angle

seek

string to look for

replace

A string of replacement

...

Further arguments to be passed on to geom_text

Value

A ggplot


processR documentation built on Jan. 23, 2023, 5:44 p.m.