[R] Add a density line to a cumulative histogram - second try

Jochen1980 info at jochen-bauer.net
Fri Jul 15 09:08:42 CEST 2011


Thanks, I found the function ecdf() which does the job.

plot( ecdf( nvtpoints), col="BLUE", lwd=1, add=TRUE )


--
View this message in context: http://r.789695.n4.nabble.com/Add-a-density-line-to-a-cumulative-histogram-second-try-tp3666969p3669310.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list