Is there some way to change the line widths of plot borders? I couldn't find any parameters for that purpose. Atte Tenkanen University of Turku, Finland
On Mon, 19 Jun 2006, Atte Tenkanen wrote:> Is there some way to change the line widths of plot borders? > I couldn't find any parameters for that purpose.Do you mean the (optional) box? Use bty="n" and then box(lwd=). plot(1:10, bty="n") box(lwd=3) works for me. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, 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
Hi plot(1,1) box(, lwd=5) HTH Petr On 19 Jun 2006 at 10:22, Atte Tenkanen wrote: Date sent: Mon, 19 Jun 2006 10:22:03 +0300 From: Atte Tenkanen <attenka at utu.fi> To: r-help at stat.math.ethz.ch Priority: normal Subject: [R] Border line width?> Is there some way to change the line widths of plot borders? > I couldn't find any parameters for that purpose. > > Atte Tenkanen > University of Turku, Finland > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > R-project.org/posting-guide.htmlPetr Pikal petr.pikal at precheza.cz
maybe you're looking for: plot(0:1, 0:1) box(lwd = 3) I hope it helps. Best, Dimitris ---- Dimitris Rizopoulos Ph.D. Student Biostatistical Centre School of Public Health Catholic University of Leuven Address: Kapucijnenvoer 35, Leuven, Belgium Tel: +32/(0)16/336899 Fax: +32/(0)16/337015 Web: med.kuleuven.be/biostat student.kuleuven.be/~m0390867/dimitris.htm ----- Original Message ----- From: "Atte Tenkanen" <attenka at utu.fi> To: <r-help at stat.math.ethz.ch> Sent: Monday, June 19, 2006 9:22 AM Subject: [R] Border line width?> Is there some way to change the line widths of plot borders? > I couldn't find any parameters for that purpose. > > Atte Tenkanen > University of Turku, Finland > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > R-project.org/posting-guide.html >Disclaimer: kuleuven.be/cwis/email_disclaimer.htm