在 R情节(运行以查看)中,我希望绿色垂直 abline()
完全附加到我的情节的右下角;那就是:我的情节右下角的红色和蓝色曲线结束的确切位置。
保持我的情节中的所有内容,这一点的确切 x 是什么? par("usr")[2]
无法帮助,如下面的我的代码所示:
curve(df(x,1,28,ncp = 1.875),0,11,col="blue",lwd=3,ylim=c(0,1),xpd=T,bty="n",axes=F)
curve(df(x,1,28), add=T,col="red",lwd=2)
axis(1,pos=0)
axis(2,pos=0)
abline(v=par("usr")[2],col="green") ## I'm using par("usr")[2] here with no success ##
答案 0 :(得分:3)
默认情节每侧增加4%的额外空间。所以你可以计算
CurrentWeatherUpdater cwu
获取主图的大小和
if (this.cwu == null)
获得右手边缘
顺便说一句,你可以让R 不通过将true
添加到你的第一个曲线语句中来添加空格