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

climatestripes_station

Station climate stripes graph


Description

Plot climate stripes graph for a station

Usage

climatestripes_station(
  station,
  apikey,
  start = 1950,
  end = 2020,
  with_labels = c("yes, no")
)

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).

with_labels

Character string as yes/no. Indicates whether to use labels for the graph or not.

Value

a plot.

Examples

## Not run: 
climatestripes_station(station, apikey, with_labels = "yes")

## 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.