jheatmap: Visualize a corrr matrix with pheatmap

View source: R/heatmap.R

jheatmapR Documentation

Visualize a corrr matrix with pheatmap

Description

Visualize a corrr matrix with pheatmap

Usage

jheatmap(dt, focal_columns = NULL)

Arguments

dt

data.frame

focal_columns

character vector specifying column names to focus on

Examples

## Not run: 
data(iris)
dt <- iris
jheatmap(dt)
jheatmap(dt, c("Sepal.Length"))

## End(Not run)

jsta/rjsta documentation built on June 7, 2022, 8:39 p.m.