From d26e218f30cc80235c170f85e368f7c361ebf1e4 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 22 Jun 2026 11:42:39 -0700 Subject: Add flags for axis labels --- 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 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 -- cgit v1.2.3