droughts | R Documentation |
Data collected at Winnipeg International Airport (Canada) on periods (in days) between rain events.
droughts
This data frame contains the following columns:
the length of time from the completion of the last rain event to the beginning of the next rain event.
the calendar year.
boxplot(length ~ year, data=droughts)
boxplot(log(length) ~ year, data=droughts)
hist(droughts$length, main="Winnipeg Droughts", xlab="length (in days)")
hist(log(droughts$length), main="Winnipeg Droughts", xlab="length (in days, log scale)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.