Re: [R] graphics landscape orientation

2003-01-14 Thread ripley
That's a function of the R graphics driver, e.g. the horizontal arg in postscript() or set a landscape format width and height in pdf() or win.metafile() or On Tue, 14 Jan 2003, Juan Ramon Gonzalez wrote: > I would like to know how I can get the resulting graphic of the function > plot.hcl

Re: [R] graphics landscape orientation

2003-01-14 Thread Thomas W Blackwell
"landscape orientation" only makes sense for hardcopy printout, so I assume you are using the postscript() device driver. I also assume you are using it from the R command line (which you probably are not). Use the command postscript("filename", horizontal=T) See the help for postscript().

[R] graphics landscape orientation

2003-01-14 Thread Juan Ramon Gonzalez
Hello listers, I would like to know how I can get the resulting graphic of the function plot.hclust (from the package cluster) in landscape orientation. Is it possible? Thanks, Juan __ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailma