climatogram_period | R Documentation |
Plot of a Walter & Lieth climatic diagram from monthly climatology data for a station. This climatogram are great for showing a summary of climate conditions for a place over a specific time period.
climatogram_period( station = NULL, start = 1990, end = 2020, labels = "en", verbose = FALSE, ggplot2 = TRUE, ... )
station |
Character string with station identifier code(s)
(see |
start |
Numeric value as start year (format: YYYY). |
end |
Numeric value as end year (format: YYYY). |
labels |
Character string as month labels for the X axis: "en" (english), "es" (spanish), "fr" (french), etc. |
verbose |
Logical |
ggplot2 |
|
... |
Further arguments to
|
A plot.
You need to set your API Key globally using aemet_api_key()
.
The code is based on code from the CRAN package "climatol" by Jose A. Guijarro jguijarrop@aemet.es.
Walter, H. & Lieth, H (1960): Klimadiagramm Weltatlas. G. Fischer, Jena.
Other aemet_plots:
climatestripes_station()
,
climatogram_normal()
,
ggclimat_walter_lieth()
,
ggstripes()
,
ggwindrose()
,
windrose_days()
,
windrose_period()
Other climatogram:
climaemet_9434_climatogram
,
climatogram_normal()
,
ggclimat_walter_lieth()
climatogram_period("9434", start = 2015, end = 2020, labels = "en")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.