Statistical Computing Activity #5

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