Re: [R] scatter.smooth() line colour

2012-06-22 Thread David Winsemius
From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of r-help.20.tre...@spamgourmet.com Sent: Friday, June 22, 2012 6:04 AM To: r-help@r-project.org Subject: [R] scatter.smooth() line colour Hi, I really like the scatter.smooth() function - its extremeley useful. Howev

Re: [R] scatter.smooth() line colour

2012-06-22 Thread Martin Maechler
>> y <- rnorm(25) > >> plot(x, y) > >> lines(loess.smooth(x,y), col="red", lty=2, lwd=2) > >> > >> ------ > >> David L Carlson > >> Associate Professor of Anthropology > >> Texas A

Re: [R] scatter.smooth() line colour

2012-06-22 Thread David Winsemius
ty=2, lwd=2) -- David L Carlson Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of r-help.20.tre...@s

Re: [R] scatter.smooth() line colour

2012-06-22 Thread Mark Payne
; >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- >> project.org] On Behalf Of r-help.20.tre...@spamgourmet.com >> Sent: Friday, June 22, 2012 6:04 AM >> To: r-help@r-project.org >> Subject: [R] scatter.smooth() line colour

Re: [R] scatter.smooth() line colour

2012-06-22 Thread David L Carlson
y, June 22, 2012 6:04 AM > To: r-help@r-project.org > Subject: [R] scatter.smooth() line colour > > Hi, > > I really like the scatter.smooth() function - its extremeley useful. > However, as far as I understand it, there is no way to change the > properties of the smoothin

[R] scatter.smooth() line colour

2012-06-22 Thread r-help . 20 . trevva
Hi, I really like the scatter.smooth() function - its extremeley useful. However, as far as I understand it, there is no way to change the properties of the smoothing line e.g. col, lty, lwd. The scatter.smooth function accepts a ... argument, but these are not passed to the plotting function that