powered by
Five years of maximum temperatures in New York City
data(five.yr.temperature)
A data frame with 2,439 observations on the following 3 variables.
Which day of the year
The year
Maximum temperature
# NOT RUN { data(five.yr.temperature) attach(five.yr.temperature) scatter.smooth(temps ~ days,col=gray(.75)) lines(smooth.spline(temps ~ days), lty=2) lines(supsmu(days, temps), lty=3) # }
Run the code above in your browser using DataLab