Skip to content

Commit

Permalink
Skip small symbols in plot.mixed()
Browse files Browse the repository at this point in the history
  • Loading branch information
jranke committed Dec 19, 2024
1 parent f56f8e5 commit 5c54f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot.mixed.mmkin.R
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand Down
2 changes: 1 addition & 1 deletion man/plot.mixed.mmkin.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c54f39

Please sign in to comment.