From 99a37d03343317793b0dd90546f15119cf9b3e64 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sun, 12 Jul 2026 19:20:23 -0700 Subject: Update readme for cgit --- man/heatmap.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'man/heatmap.Rd') 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 -- cgit v1.2.3