Displaying 1 result from an estimated 1 matches for "85c88".
Did you mean:
8588
2006 Jun 29
1
inconsistent matplot behaviour?
...bose = getOption("verbose"))
75a76,77
> if (length(bg) < k)
> bg <- rep(bg, length.out = k)
81c83,84
< pch = pch[1], col = col[1], cex = cex[1], ...)
---
> pch = pch[1], col = col[1], cex = cex[1], bg = bg[1],
> ...)
85c88
< pch = pch[i], col = col[i], cex = cex[i])
---
> pch = pch[i], col = col[i], cex = cex[i], bg = bg[i])