Learn R Programming

mdapack (version 0.0.2)

plotHeatmapGroup: A plotHeatmapGroup Function

Description

This function plots a heatmap of aall numerical variables in data frame to show the correlation.

Usage

plotHeatmapGroup(dat)

Arguments

dat

data in data.frame format.

Examples

Run this code
# NOT RUN {
data(iris)
plotHeatmapGroup(iris[,1:4])
# }

Run the code above in your browser using DataLab