我尝试使用上一篇文章中的以下代码:Tukey Graphing Problems in R
SigOnly <- Tukey
SigOnly$species <- SigOnly$species[SigOnly$species[,'p adj'] < .05, ]
plot(SigOnly)
但是在尝试绘图时出现以下错误:
xy.coords(x, y, xlabel, ylabel, log) 中的错误:“x”和“y”长度不同
我可能做错了什么?
我尝试使用上一篇文章中的以下代码:Tukey Graphing Problems in R
SigOnly <- Tukey
SigOnly$species <- SigOnly$species[SigOnly$species[,'p adj'] < .05, ]
plot(SigOnly)
但是在尝试绘图时出现以下错误:
xy.coords(x, y, xlabel, ylabel, log) 中的错误:“x”和“y”长度不同
我可能做错了什么?