I have simple scatterplot of temperature data taken daily from many years so at particular date there are usually more than one measurement, but not all data is complete.
Now I want to draw line that will show me probability of finding data between defined bands of temperatures, for example +5 deg. C and -5 deg.C. The output line should have ranges between 0 (almost impossible) to 1 (almost certain) and be very close to 0 in summer and not so close (as in summer) to 0 in winter when temperatures drop below -5C, it should be highest for late autumn and early spring. -- View this message in context: http://r.789695.n4.nabble.com/what-function-use-to-draw-probability-of-finding-data-between-certain-constaints-tp3078837p3078837.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.