Statistical Computing Activity #5
- Read in treegrowth.csv from our textbook
- Create a larger list called trees, as described on p. 105
- Verify that the structure of your first two trees matches the output on p. 106
- Use the split() function to store each tree as a data frame.
- Create a plot that includes a curve of height versus age for each tree.