Displaying 1 result from an estimated 1 matches for "mycdf3".
Did you mean:
mycdf
2012 Mar 26
2
many curves to the same plot
...der the same plot
many curves like
mycdf<-ecdf(runif(100))
plot(mycdf)
curve(mycdf,from=-1,to=1)
mycdf<-ecdf(runif(200)+3)
plot(mycdf)
curve(mycdf,from=-1,to=1)
as you can see each new call to curve redraws (erases) the window. How I can have an effect like
plot(mycdf)
lines(mycdf2)
lines(mycdf3)
I would like to thank you in advance for your help
Regards
Alex
[[alternative HTML version deleted]]