diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/figures/README-example-1.png | bin | 48834 -> 50206 bytes | |||
| -rw-r--r-- | man/heatmap.Rd (renamed from man/corplot.Rd) | 14 |
2 files changed, 7 insertions, 7 deletions
diff --git a/man/figures/README-example-1.png b/man/figures/README-example-1.png Binary files differindex a5e59b1..a15dc43 100644 --- a/man/figures/README-example-1.png +++ b/man/figures/README-example-1.png diff --git a/man/corplot.Rd b/man/heatmap.Rd index a27d577..51472de 100644 --- a/man/corplot.Rd +++ b/man/heatmap.Rd @@ -1,10 +1,10 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/corplot.R -\name{corplot} -\alias{corplot} -\title{Correlation Plot (Upper Triangle)} +% Please edit documentation in R/heatmap.R +\name{heatmap} +\alias{heatmap} +\title{Heatmap Plot (Upper Triangle)} \usage{ -corplot(R, title = NULL) +heatmap(R, title = NULL) } \arguments{ \item{R}{A square numeric correlation matrix} @@ -15,12 +15,12 @@ corplot(R, title = NULL) A ggplot object } \description{ -Minimal ggplot2 correlation plot showing the upper triangle +Minimal ggplot2 relationship structure plot showing the upper triangle in the top-right corner with no axis labels. } \examples{ X <- matrix(data = rnorm(100), nrow = 10) R <- cor(X) -corplot(R, title = 'Example Correlation Plot') +heatmap(R, title = 'Example Correlation Plot') } |
