[R] pointsize?

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Dec 14 01:05:42 CET 1999


Bill Simpson <wsi at gcal.ac.uk> writes:

> Is there a way to get big axis labels and plot symbols using par(ps=)?
> Or was something else meant when I was told to use pointsize?

I meant the one that you set on the device driver, e.g. 

X11(pointsize=17)
x<-rnorm(100)
y<-rnorm(100)
plot(x,y)
dev.print(file="/tmp/junk.ps", horizontal=FALSE, pointsize=17)

(If it doesn't work now, it will after Wednesday...)

However, par(ps) doesn't quite work as advertized. It will change the
size of text alright, but not the symbol sizes, and it won't regulate
the margin sizes. At least the former of those is probably more bug
than feature...

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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