[R] graphics landscape orientation

Thomas W Blackwell tblackw at umich.edu
Tue Jan 14 17:31:03 CET 2003


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




More information about the R-help mailing list