Displaying 1 result from an estimated 1 matches for "modplot".
Did you mean:
lodplot
2012 May 09
2
plot betadisper, change of pch
...t;tune" a
little bit the plotting characters, as '+' and 'x' are a little to
similar...
My (boiled down) code:
[See session info at the bottom of the mail, vegan is vegan_2.0-3]
mod <- betadisper(mydata, mygroups, type='median')
syms <- c(rep(1:4, each = 16))
modplot <- plot(mod, axes = c(1,2), main='', pch=syms)
I get the error message (roughly translated from german):
"formal argument 'pch' fits to more given arguments"
[formales Argument "pch" passt zu mehreren gegebenen Argumenten]
What do I have to change?
Thank yo...