summaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-10 16:10:45 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-10 16:10:45 -0700
commit3b114b213dd206497a7f4f80786c3e7f2da73033 (patch)
tree421492d22fb452613d13199c40dd07e8d0c23fb8 /R
parent617b79fb3e0707b9bd0b446db73a2b1d7f6f3f94 (diff)
Build README
Diffstat (limited to 'R')
-rw-r--r--R/corplot.R1
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))) +