From 4b739a431adc56b6503b8b52f4dd608afe4c5dd4 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 10 Jun 2026 17:54:23 -0700 Subject: Remove scale title' --- R/corplot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) + -- cgit v1.2.3