vis_location_biome: Plotting a diagram of biomes with sites as dots

Description Usage Arguments Value See Also

Description

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.

Usage

1
vis_location_biome(data, merge_deserts = FALSE, parent_logger = "test")

Arguments

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 qc_get_biome.

merge_deserts

Logical indicating if desert biomes should be merged in a single biome. By default, deserts are not merged.

Value

a ggplot object showing the biomes.

See Also

Other Visualization Functions: vis_biome, vis_environmental_responses, vis_gap_lines, vis_plot_the_gap


sapfluxnet/sapfluxnetQC1 documentation built on May 29, 2019, 1:50 p.m.