jheatmap | R Documentation |
Visualize a corrr matrix with pheatmap
jheatmap(dt, focal_columns = NULL)
dt |
data.frame |
focal_columns |
character vector specifying column names to focus on |
## Not run: data(iris) dt <- iris jheatmap(dt) jheatmap(dt, c("Sepal.Length")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.