aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-12-19 15:08:11 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-12-19 15:08:11 +0100
commit5c54f39802ec2898cd36916ae09e7873a9e95239 (patch)
treed842e87aed27d272a094338f09ba286ab66c1b85 /man
parentf56f8e507ce1c5c29a824cb3d66074a7f409c7e9 (diff)
Skip small symbols in plot.mixed()
Diffstat (limited to 'man')
-rw-r--r--man/plot.mixed.mmkin.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.mixed.mmkin.Rd b/man/plot.mixed.mmkin.Rd
index 1e264db3..3c44510d 100644
--- a/man/plot.mixed.mmkin.Rd
+++ b/man/plot.mixed.mmkin.Rd
@@ -25,7 +25,7 @@
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, 33, 35:38, 40:41, 47:57, 60:90)[1:length(i)],
col_ds = pch_ds + 1,
lty_ds = col_ds,
frame = TRUE,

Contact - Imprint