Questions
use lines for the second one:
lines
plot(density(MyData$Column1)) lines(density(MyData$Column2))
make sure the limits of the first plot are suitable, though.
~ Answered on 2011-08-04 09:44:35