Description Usage Arguments Value See Also
This function produces a ggplot object showing the biomes as colored areas
according to mean annual temperature (MAT) and mean annual precipitation (MAP),
using the function vis_biome, and adds the sites on it according
to their values of MAT and MAP.
| 1 | vis_location_biome(data, merge_deserts = FALSE, parent_logger = "test")
 | 
| data | Data frame of site metadata, including mean annual temperature
(si_mat) and mean annual precipitation (si_map) columns, or at least
latitude (si_lat) and longitude (si_long) columns that will be used to obtain
climatic data with  | 
| merge_deserts | Logical indicating if desert biomes should be merged in a single biome. By default, deserts are not merged. | 
a ggplot object showing the biomes.
Other Visualization Functions: vis_biome,
vis_environmental_responses,
vis_gap_lines,
vis_plot_the_gap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.