summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-10 17:54:23 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-10 17:54:23 -0700
commit4b739a431adc56b6503b8b52f4dd608afe4c5dd4 (patch)
tree7e6eb4788526f686c5fa8bf5032bfedf1a916597
parent3b114b213dd206497a7f4f80786c3e7f2da73033 (diff)
Remove scale title'
-rw-r--r--R/corplot.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/corplot.R b/R/corplot.R
index cccc6de..fc130bc 100644
--- a/R/corplot.R
+++ b/R/corplot.R
@@ -62,7 +62,7 @@ corplot <- function(R, title = NULL){
high = 'blue',
midpoint = 0,
limits = c(-1, 1),
- name = expression(rho)
+ name = NULL
) +
ggplot2::scale_x_discrete(limits = rev(levels(df$i))) +
ggplot2::scale_y_discrete(limits = levels(df$j)) +