
Assign ecological zones and continents to plot locations
BiomePair.Rd
This function overlays plot locations with pre-processed data to assign corresponding FAO ecological zones (biomes), Global Ecological Zones (GEZ) and continents (zones) to each plot.
Value
A data frame with added columns for ZONE (continent), FAO.ecozone, and GEZ (Global Ecological Zones).
Examples
if (FALSE) { # \dontrun{
plot_data <- data.frame(POINT_X = c(-1.007, -1.208), POINT_Y = c(12.010, 13.611))
result <- BiomePair(plot_data)
} # }