summaryrefslogtreecommitdiff
path: root/man/heatmap.Rd
diff options
context:
space:
mode:
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