plot_wl | R Documentation |
Creates a graph using the climate and elevation data which has
been extracted for a given location
. It accepts the data formatted
from the ce_extract
function.
plot_wl(data, geo_id, ...)
data |
List. Containing climate, elevation and latitude
data sets. Structured by |
geo_id |
Character. Corresponding to a specific feature contained in the
|
... |
Arguments to control styling in
|
Returns a base R family of plot. This function uses the climaemet package to create the Walter and Lieth (1960) climatic diagram.
James L. Tsakalos and Martin R. Smith
Pizarro, M, Hernangómez, D. & Fernández-Avilés G. (2023). climaemet: Climate AEMET Tools. Comprehensive R Archive Network. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5281/zenodo.5205573")}
Walter, H.B., & Lieth, H. (1960). Klimadiagramm-Weltatlas. VEB Gustav Fischer Verlag, Jena.
Download climate data: ce_download()
# Step 1. Import the Italian Biome polygon data
# Step 2. Run the download function
# Step 3. Run the extract function
#* See ce_download & ce_extract documentation
# Steps 1, 2 & 3 can be skipped by loading the extracted data (it_data)
data("it_data", package = "climenv")
# Step 4. Visualise the climatic envelope using a Walter-Lieth diagram
plot_wl(data = it_data, geo_id = "NEM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.