How to query axis limits in R?

后端 未结 1 1882
天命终不由人
天命终不由人 2021-02-18 16:03

Is it possible to get the axis limits for the current plot in R? How?

Preferably in the standard base library (I don\'t like to use ggplot etc., but these s

1条回答
  •  忘了有多久
    2021-02-18 16:32

    par("usr")
    

    That ought to do it; see ?par.

    0 讨论(0)
提交回复
热议问题