如何在R中以45度旋转绘图

时间:2018-06-29 06:14:45

标签: r scatter-plot

如果有人可以帮助我了解如何旋转绘图的命令,但不能帮助我了解R中的x和y轴。在这里,我正在使用diffograph R控制台命令。

library(agricolae)
data(sweetpotato)
model<-aov(yield~virus,data=sweetpotato)
x<- LSD.test(model,"virus",alpha=0.01,group=FALSE)
diffograph(x,cex.axis=0.8,xlab="Yield",ylab="")

diffograph

帮我在不旋转轴的情况下将此图形旋转45度。

0 个答案:

没有答案