diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-10 17:54:23 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-10 17:54:23 -0700 |
| commit | 4b739a431adc56b6503b8b52f4dd608afe4c5dd4 (patch) | |
| tree | 7e6eb4788526f686c5fa8bf5032bfedf1a916597 /R/corplot.R | |
| parent | 3b114b213dd206497a7f4f80786c3e7f2da73033 (diff) | |
Remove scale title'
Diffstat (limited to 'R/corplot.R')
| -rw-r--r-- | R/corplot.R | 2 |
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)) + |
