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
"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(). - tom blackwell - u michigan medical school - ann arbor - On Tue, 14 Jan 2003, Juan Ramon Gonzalez wrote:> 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 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > http://www.stat.math.ethz.ch/mailman/listinfo/r-help >
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.hclust (from the package cluster) in landscape orientation. Is it > possible?-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595