heat_map | R Documentation |
Heatmap
chartheat_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
)
heat_map(datap)
datap |
The data set |
Returns an object of class heatmap.2
.
Ali Arminian abeyran@gmail.com
lavaan
and diagram
packages for drawing path diagrams.
data(dtraw2)
dtraw2 <- scale(as.data.frame(dtraw2))
heat_map(dtraw2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.