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
ggplot
par("usr")
That ought to do it; see ?par.
?par