Skip to content

ylim (PR#13753)

2 messages · anonruser at mit.edu, Uwe Ligges

#
Full_Name: R User
Version: 2.9
OS: All
Submission from: (NULL) (18.26.0.5)


Add xlim and ylim to 'par' documentation page.
No help files found with alias or concept or title matching ?ylim?
using regular expression matching.
#
anonruser at mit.edu wrote:
Does not make sense, since it's not an argument to par():

 > par("xlim"=c(0,1))
Warning message:
In par(xlim = c(0, 1)) : "xlim" is not a graphical parameter

But ?par links prominently to ?plot.default which explains them.


Uwe Ligges