summaryrefslogtreecommitdiff
path: root/man/heatmap.Rd
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-12 19:20:23 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-12 19:20:23 -0700
commit99a37d03343317793b0dd90546f15119cf9b3e64 (patch)
tree1d23a8387490707559b23cd628e14d782ddcbf6e /man/heatmap.Rd
parent0515d6f8ed02671964146de96f578204c0490004 (diff)
Update readme for cgitHEADmain
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 4aef3d0..15bf578 100644
--- a/man/heatmap.Rd
+++ b/man/heatmap.Rd
@@ -4,7 +4,7 @@
\alias{heatmap}
\title{Heatmap Plot (Upper Triangle)}
\usage{
-heatmap(R, title = NULL, labels = FALSE)
+heatmap(R, title = NULL, labels = FALSE, order = NULL)
}
\arguments{
\item{R}{A square numeric correlation matrix}
@@ -12,6 +12,8 @@ heatmap(R, title = NULL, labels = FALSE)
\item{title}{Optional plot title}
\item{labels}{Logical to plot column names or not (default FALSE)}
+
+\item{order}{Optional character vector of the order you want the plot sorted in}
}
\value{
A ggplot object