summary(rainfall)
hist(
rainfall,
main = "March Rainfall Histogram",
xlab = "Rainfall (inches)"
)
plot(
rainfall,
type = "o",
main = "March Rainfall Series",
ylab = "Inches",
xlab = "Observation"
)
Run the code above in your browser using DataLab