diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-10 16:10:45 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-10 16:10:45 -0700 |
| commit | 3b114b213dd206497a7f4f80786c3e7f2da73033 (patch) | |
| tree | 421492d22fb452613d13199c40dd07e8d0c23fb8 /R | |
| parent | 617b79fb3e0707b9bd0b446db73a2b1d7f6f3f94 (diff) | |
Build README
Diffstat (limited to 'R')
| -rw-r--r-- | R/corplot.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/R/corplot.R b/R/corplot.R index c18e904..cccc6de 100644 --- a/R/corplot.R +++ b/R/corplot.R @@ -61,6 +61,7 @@ corplot <- function(R, title = NULL){ mid = 'white', high = 'blue', midpoint = 0, + limits = c(-1, 1), name = expression(rho) ) + ggplot2::scale_x_discrete(limits = rev(levels(df$i))) + |
