View source: R/KGClimateClass.R
KGClimateClass | R Documentation |
Given a bounding box, the function identifies the overlapping climate zones.
KGClimateClass(areaBox = NULL, updatedBy = "Peel", verbose = FALSE)
areaBox |
bounding box, a list made of 4 elements: minimum longitude (lonMin), minimum latitude (latMin), maximum longitude (lonMax), maximum latitude (latMax) |
updatedBy |
this can either be "Kottek" or "Peel" |
verbose |
if TRUE more info are printed on the screen |
List of overlapping climate zones.
Claudia Vitolo
Kottek et al. (2006): http://koeppen-geiger.vu-wien.ac.at/. Peel et al. (2007): https://people.eng.unimelb.edu.au/mpeel/koppen.html.
## Not run:
# Define a bounding box
areaBox <- terra::ext(-3.82, -3.63, 52.41, 52.52)
# Get climate classes
KGClimateClass(areaBox = areaBox)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.