axis function
On Thu, May 25, 2000 at 11:15:35AM +0200, zivan.karaman at limagrain.com wrote:
In S-PLUS, the 'axis' function accepts some arguments that don't exist in the R counterpart. The two that I'm interested in right now are 'pos' and 'ticks'. Any suggestions on how obtain the same result with R?
There is no built-in support at the moment, but it is not too hard to create a function to do the job using abline(), segments() and text() (if it was early in the semester, I'd give it to my class as homework :-). I am poking about in the axis function at the moment and I will add these parameters. Hopefully they will be in the next release. Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._