heat_map: Creating the 'Heatmap' chart

View source: R/heat_map.R

heat_mapR Documentation

Creating the Heatmap chart

Description

[Stable]

  • heat_map() draws a double-clustered heatmap for path coefficients analysis. Please be cautious that this function acts only on numeric variables/columns (see example on dtraw2 data set). Users for drawing other types of heatmaps may use heatmap.3, ComplexHeatmap and pheatmap R packages. Where an example is given in the vignette manual of this package (Path.Analysis_manual.Rmd)

Usage

heat_map(datap)

Arguments

datap

The data set

Value

Returns an object of class heatmap.2.

Author(s)

Ali Arminian abeyran@gmail.com

See Also

lavaan and diagram packages for drawing path diagrams.

Examples


data(dtraw2)
dtraw2 <- scale(as.data.frame(dtraw2))
heat_map(dtraw2)


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