An experiment in Kenya has been exploring the influence of large herbivores on plants.
Check to see if ACACIA_DREPANOLOBIUM_SURVEY.txt
is in your workspace.
If not, download it.
Read it into R using the following command:
acacia <- read.csv("ACACIA_DREPANOLOBIUM_SURVEY.txt", sep="\t", na.strings = c("dead"))
CIRC
on the x axis and AXIS1
(the maximum canopy
width) on the y axis. Label the x axis “Circumference” and the y axis “Canopy
Diameter”.scale_x_log10
and scale_y_log10
).ANT
column (the species of ant symbiont living with the acacia)ANT
) each in a separate subplot.geom_smooth
.