network.plot: Network plot

View source: R/network.plot.R

network.plotR Documentation

Network plot

Description

[Stable]

  • network.plot() draws the network plot of path coefficients analysis

Usage

network.plot(datap)

Arguments

datap

The data set

Details

The network.plot() draws a correlogram and a heatmap for data, if requested by user

Value

Returns an object of class network_plot.

Author(s)

Ali Arminian abeyran@gmail.com

References

Kuhn et al. 2022. corrr package. doi: <10.32614/CRAN.package.corrr> https://github.com/tidymodels/corrr

See Also

correlogram, diagram, and lavaan packages for drawing path diagrams.

Examples


data(dtraw2)
network.plot(dtraw2)



Path.Analysis documentation built on Sept. 30, 2024, 9:25 a.m.