powered by
Daily minimum temperature (degrees centigrade) for Denver, Colorado from 1949 through 1999.
data(Denmint)
A data frame with 18564 observations on the following 5 variables.
a numeric vector indicating the line number (time from first entry to the last).
a numeric vector giving the year.
a numeric vector giving the month of each year.
a numeric vector giving the day of the month.
a numeric vector giving the minimum temperature in degrees Fahrenheit.
data(Denmint) plot( Denmint[,3], Denmint[,5], xlab="", xaxt="n", ylab="Minimum Temperature (deg. F)") axis(1,at=1:12,labels=c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"))
Run the code above in your browser using DataLab