Loops

Climate Space Iteration


This is a follow up to Climate Space Rewrite.

Using the functions you created in Climate Space Rewrite iterate over the following list of species to create one plot per species from the list. Include a title for each plot that is the species name using the ggtitle() function. You can use any type of automated iteration that we’ve learned.

species <- c("Juniperus occidentalis", "Quercus alba", "Picea glauca", "Ceiba pentandra", "Quercus rubra", "Larrea tridentata", "Opuntia pusilla")
[click here for output] [click here for output] [click here for output] [click here for output] [click here for output] [click here for output] [click here for output]