diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-22 11:42:39 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-22 11:42:39 -0700 |
| commit | d26e218f30cc80235c170f85e368f7c361ebf1e4 (patch) | |
| tree | abce6a96f05d3f21391a554ef1309c94f26c7eea /man | |
| parent | 56a1b8ec3112f741be5e4ee01f3f38025439da3c (diff) | |
Add flags for axis labels
Diffstat (limited to 'man')
| -rw-r--r-- | man/heatmap.Rd | 4 |
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 |
