2. Data plots

Here’s the plot we’re going to be working towards producing in this part of the tutorial:


The left hand plot shows a daily time series of temperature and monthly aggregate rainfall (calculated from a daily time series) from a weather station in Victoria, Canada (data available here) while the right hand panel shows a scatter plot of daily rainfall versus temperature from the same data.

Setup

As for Part 1, we need to check out the appropriate contents in the Radian-tutorial directory. Remember that the following command will delete any local changes you have made in the Radian-tutorial directory, so if you have example plots from Part 1 you want to keep, copy them somewhere else. To switch to the tutorial contents for Part 2, do the following in the Radian-tutorial directory:

git checkout -f part-2

« Prev section Next section »