globalPlants | R Documentation |
Data inspired by a worldwide study of plant height and its association with climate and latitude (Moles et al. 2009). Height is recorded for one dominant plant at each of 178 sites, along with dozens of climatic variables extracted from BIOCLIM. Sites, climate data and species lists come from Moles et al. (2009) but height data are not actually field measurements, due to data unavailability. Instead height has been taken from species descriptions available on Google, accessed 7/1/21.
data(globalPlants)
A dataframe containing a whole bunch of stuff, the main things being:
Maximum plant height, in metres, taken from species descriptions on Google (where available)
latitude of the site this plant was found at
average daily maximum temperature
total annual precipitation
Rainfall in the wettest month
Moles et al. (2009) Global patterns in plant height. Journal of Ecology 97, 923-932.
data(globalPlants)
plot(height~lat,data=globalPlants)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.