An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111024/92884c61/attachment.pl>
Position of Chart in Windows
4 messages · Jurgens de Bruin, Uwe Ligges, Peter Dalgaard +1 more
See ?par and its "mar" argument. Uwe Ligges
On 24.10.2011 11:15, Jurgens de Bruin wrote:
Hi, IS is possible to align a chart to the left of the plot area as to make space for a legend?
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
On Oct 24, 2011, at 11:15 , Jurgens de Bruin wrote:
Hi, IS is possible to align a chart to the left of the plot area as to make space for a legend?
Various possibilities, depending on what you mean precisely: You can create a larger right hand margin. See the mar= argument under help(par). You can do split-screen with layout() You can adjust the x axis by setting xlim= .
-- Regards/Groete/Mit freundlichen Gr??en/recuerdos/meilleures salutations/ distinti saluti/siong/du? y?/?????? Jurgens de Bruin [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Peter Dalgaard, Professor Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111024/f2e3aeab/attachment.pl>