From c9febb74dddab29b7e60488c91564796387f2785 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 17 Jun 2026 00:23:03 -0700 Subject: Rename corplot to heatmap --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.Rmd') diff --git a/README.Rmd b/README.Rmd index ae302ae..2633b1e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -37,7 +37,7 @@ library(csobczak.r) library(patchwork) X <- matrix(data = rnorm(100), nrow = 10) R <- cor(X) -p1 <- corplot(R, title = 'Example Correlation Plot') +p1 <- heatmap(R, title = 'Example Correlation Plot') p2 <- networkplot(R, title = 'Example Network Plot') p1 + p2 ``` -- cgit v1.2.3