r語言中par(‘usr’)[2]什么意思
3 回答

哆啦的時光機
TA貢獻1779條經驗 獲得超6個贊
設置圖位置參數的。
A vector of the form c(x1, x2, y1, y2)
giving the extremes of the user coordinates of the plotting
region. When a logarithmic scale is in use (i.e.,
par("xlog") is true, see below), then the x-limits will be
10 ^ par("usr")[1:2]. Similarly for the y-axis.

富國滬深
TA貢獻1790條經驗 獲得超9個贊
- 3 回答
- 0 關注
- 611 瀏覽
添加回答
舉報
0/150
提交
取消