anonru...@mit.edu wrote:
Full_Name: R User
Version: 2.9
OS: All
Submission from: (NULL) (18.26.0.5)


Add xlim and ylim to 'par' documentation page.

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



help.search("ylim")
No help files found with alias or concept or title matching ‘ylim’
using regular expression matching.

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to