R-beta: Re: R (par)
Jim Lemon
ggl at onaustralia.com.au
Sun May 10 14:32:29 CEST 1998
1) 'par' doesn't seem to be called from 'plot', as it is in S. I was
able to get the plot to work with:
par(mar=c(5,5,5,5))
plot(a,b)
axis(4,labels=F,tck=0.1)
mtext("blabla",side=4,line=3,cex=1.5)
NOTE: I tried this on the x11() display, which seemed to reproduce the
problem you described.
2) ?? I was unable to get either x or y logarithmic axes using
par(xlog=T)
par(ylog=T)
and querying the values with par returned FALSE. Can't help much on
this one.
3) The syntax should be:
ps.options(paper="a4",family="Times")
NOTE: strings are case-sensitive, and there is no "Latin" font available
(as far as the help files are concerned).
Hope this helps,
Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list