Re: [R] pointsize?

About this list Date view Thread view Subject view Author view

Peter Dalgaard BSA (p.dalgaard@biostat.ku.dk)
14 Dec 1999 01:05:42 +0100



Bill Simpson <wsi@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@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@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b3 on Tue 04 Jan 2000 - 13:34:03 EST