[R] title problem with postscript()

Giovanni Petris gpetris at definetti.uark.edu
Wed Feb 21 20:14:40 CET 2001


My problem is that with the following commands
I get the title of the plot printed within the plotting region. 
(everything works fine with x11()). Any suggestions?

Thanks in advance,
Giovanni


> postscript(file="Neyman-Scott.ps")
> plot(cardiff$poly, asp=1, type="n")
> pointmap(sim.events, add=T)
> polymap(cardiff$poly, add=T)
> title(substitute(list("Simulated Neyman-Scott Process", sigma^2==s2, rho==r),
+                  list(s2=round(exp(fit$par[1]),2), r=round(exp(fit$par[2]),3))))
> dev.off()

-- 

 __________________________________________________
[                                                  ]
[ Giovanni Petris                 GPetris at uark.edu ]
[ Department of Mathematical Sciences              ]
[ University of Arkansas - Fayetteville, AR 72701  ]
[ Ph: (501) 575-6324, 575-8630 (fax)               ]
[ http://definetti.uark.edu/~gpetris/              ]
[__________________________________________________]

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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