Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

climatogram_period

Walter & Lieth climatic diagram for a time period


Description

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.

Usage

climatogram_period(
  station,
  apikey,
  start = 1990,
  end = 2020,
  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).

start

Numeric value as start year (format: %Y).

end

Numeric value as end year (format: %Y).

labels

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

Value

a plot.

Note

The code is based on code from the CRAN package "climatol" by Jose A. Guijarro jguijarrop@aemet.es.

References

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

See Also

See more details in the "diagwl" function diagwl.

Examples

## Not run: 
climatogram_period(station, apikey, start = 1990, end = 2020, labels = "en")

## End(Not run)

climaemet

Climate AEMET Tools

v0.2.0
GPL-3
Authors
Manuel Pizarro [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.