diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-12-19 13:51:09 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-12-19 13:51:09 +0100 |
commit | f56f8e507ce1c5c29a824cb3d66074a7f409c7e9 (patch) | |
tree | a1e65639aa23d556efb2bb842f9d137c1782173c /R | |
parent | e5aea600fd957955fc3e8e41dbc93bf4f65af803 (diff) |
Plot mixed models with more than 25 datasets
Closes #15
Diffstat (limited to 'R')
-rw-r--r-- | R/plot.mixed.mmkin.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/plot.mixed.mmkin.R b/R/plot.mixed.mmkin.R index d6c3d0de..cf8d1562 100644 --- a/R/plot.mixed.mmkin.R +++ b/R/plot.mixed.mmkin.R @@ -93,7 +93,7 @@ plot.mixed.mmkin <- function(x, nrow.legend = ceiling((length(i) + 1) / ncol.legend), rel.height.legend = 0.02 + 0.07 * nrow.legend, rel.height.bottom = 1.1, - pch_ds = 1:length(i), + pch_ds = c(1:25, 32:127)[1:length(i)], col_ds = pch_ds + 1, lty_ds = col_ds, frame = TRUE, ... |