Re: [R] Multiple density plots

2008-03-10 Thread hadley wickham
On Mon, Mar 10, 2008 at 3:55 PM, Sean MacEachern <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm interested in doing a multiple density plot on a number of columns in a > dataframe. > > >DF > > lineA.1 lineA.2 lineB.1 lineB.2 > r1 5.355354 6.665575 10.288498 11.74750 > r2 3.643415 5.42

Re: [R] Multiple density plots

2008-03-10 Thread Erik Iverson
Where were you "reading about" that function? simple.densityplot seems to be from a user-supplied package called "UsingR". Try install.packages("UsingR") library("UsingR") and then try your simple.densityplot function call. Best, Erik Iverson Sean MacEachern wrote: > Hi all, > > I'm interest

[R] Multiple density plots

2008-03-10 Thread Sean MacEachern
Hi all, I'm interested in doing a multiple density plot on a number of columns in a dataframe. >DF lineA.1 lineA.2 lineB.1 lineB.2 r1 5.355354 6.665575 10.288498 11.74750 r2 3.643415 5.427600 11.407112 13.97065 r3 5.813674 6.438502 9.628871 11.57456 r4 5.241340 5.125049 10.456221