Skip to content
Prev 139144 / 398506 Next

Multiple density plots

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: