summaryrefslogtreecommitdiff
path: root/man/heatmap.Rd
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-22 11:42:39 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-22 11:42:39 -0700
commitd26e218f30cc80235c170f85e368f7c361ebf1e4 (patch)
treeabce6a96f05d3f21391a554ef1309c94f26c7eea /man/heatmap.Rd
parent56a1b8ec3112f741be5e4ee01f3f38025439da3c (diff)
Add flags for axis labels
Diffstat (limited to 'man/heatmap.Rd')
-rw-r--r--man/heatmap.Rd4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/heatmap.Rd b/man/heatmap.Rd
index 51472de..4aef3d0 100644
--- a/man/heatmap.Rd
+++ b/man/heatmap.Rd
@@ -4,12 +4,14 @@
\alias{heatmap}
\title{Heatmap Plot (Upper Triangle)}
\usage{
-heatmap(R, title = NULL)
+heatmap(R, title = NULL, labels = FALSE)
}
\arguments{
\item{R}{A square numeric correlation matrix}
\item{title}{Optional plot title}
+
+\item{labels}{Logical to plot column names or not (default FALSE)}
}
\value{
A ggplot object