diff options
| -rw-r--r-- | R/plot.mixed.mmkin.R | 2 | ||||
| -rw-r--r-- | man/plot.mixed.mmkin.Rd | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/R/plot.mixed.mmkin.R b/R/plot.mixed.mmkin.R index cf8d1562..f05f1110 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 = c(1:25, 32:127)[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, ... 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, | 
