Skip to content
Prev 98433 / 398498 Next

two density curves in one plot?

With lattice graphics:

library(lattice)
d1 <- rnorm(100)
d2 <- runif(100)
densityplot(~ d1 + d2, auto.key = TRUE)
On 8/23/06, Antje <niederlein-rstat at yahoo.de> wrote: