Learn R Programming

climaemet (version 0.2.0)

climatogram_normal: Walter & Lieth climatic diagram from normal climatology values

Description

Plot of a Walter & Lieth climatic diagram from normal climatology data for a station. This climatogram are great for showing a summary of climate conditions for a place over a time period ((1981-2010).

Usage

climatogram_normal(station, apikey, labels = c("en", "es", ""))

Arguments

station

Character string as station identifier code (see aemet_stations).

apikey

Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey).

labels

Character string as month labels for the X axis: "en" (english), "es" (spanish) or blank (numeric labels: 1-12).

Value

a plot.

References

Walter, H. & Lieth, H (1960): Klimadiagramm Weltatlas. G. Fischer, Jena.

See Also

See more details in the "diagwl" function diagwl.

Examples

Run this code
# NOT RUN {
climatogram_normal(station, apikey, labels = "en")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab