cor_plot: Drawing the correlogram

View source: R/cor_plot.R

cor_plotR Documentation

Drawing the correlogram

Description

[Stable]

  • corr_plot() draws a correlogram for data

Usage

cor_plot(datap)

Arguments

datap

The data set

Value

Returns an object of class ⁠gg, ggmatrix⁠.

Author(s)

Ali Arminian abeyran@gmail.com

References

Olivoto, T, and A Dal’Col Lúcio. 2020. “Metan: An r Package for Multi‐environment Trial Analysis.” Methods in Ecology and Evolution, 11(6): 783–89. https://doi.org/10.1111/2041-210 X.13384.

See Also

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

Examples


data(dtsimp)
cor_plot(dtsimp)



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