[R] text in new window
    ben@zoo.ufl.edu 
    ben at zoo.ufl.edu
       
    Fri Dec  1 23:40:56 CET 2000
    
    
  
  is windows() the standard graphics device on MS Windows?  If so try
something like
windows()
## blank plot -- no annotation, no points, no axes
plot(c(0,1),c(0,1),ann=FALSE,type="n",axes=FALSE)
text(0.5,0.5,"hello world")
On Fri, 1 Dec 2000, a s wrote:
> Hello all,
> For presentation and printing purposes I'd like to be able to open a new
> window device and write text and/or include an  object (mostly matrices or
> lists).
> I've tried around windows(), but which I'd expect to work doesn't:
> windows(text(results)),
> or windows(parse("Final result:",results))
> -"results" is a numeric object-.
> Thanks for any help,
> Alex Ahgarin
>
-- 
318 Carr Hall                                bolker at zoo.ufl.edu
Zoology Department, University of Florida    http://www.zoo.ufl.edu/bolker
Box 118525                                   (ph)  352-392-5697
Gainesville, FL 32611-8525                   (fax) 352-392-3704
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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