Note: You need to create a RMarkdown document to do your HW. Make sure to show 1. Your code, 2. The output, 3. The descriptions where necessary.
Import data from the black spruce case study in Section 1.10 in to R
.
SOLUTION:
# Your code goes here
Ht.change
) of the seedlings.SOLUTION:
# Your code goes here
SOLUTION:
# Your code goes here
Di.change
) grouped by whether or not they were in fertilized plots. Describe the graph.SOLUTION:
# Your code goes here
%>%
operator via dplyr
to find the Mean, Standard deviation, Median, IQR in the same order of the diameter changes for the two levels fertilization.SOLUTION:
# Your code goes here
ggplot
to create a scatter plot of the height changes against the diameter changes, describe the relationship.SOLUTION:
# Your code goes here