Displaying 1 result from an estimated 1 matches for "numericscale".
Did you mean:
numeric_scale
2010 Jul 27
1
xYplot error
...42107 MSF ST
0.004276068 0.011592129 YSF ST
0.044586495 0.035225266 Plot A LD
0.038810662 0.037355408 PF LD
0.027567430 0.020523820 MSF LD
0.024698872 0.020320976 YSF LD
Having read previous posts on xYplot being unable to plot x-axis as
factors, I used numericScale, but I still get this error.
Error in label.default(xv, units = TRUE, plot = TRUE, default =
as.character(xvname), :
the default string cannot be of length greater then one
I used:
xYplot(cbind(mort, mort + stand, mort - stand) ~ numericScale(site) |
type, method="bars")
Am I missi...