powered by
Plot climate stripes graph for a station
climatestripes_station( station, apikey, start = 1950, end = 2020, with_labels = c("yes, no") )
Character string as station identifier code (see aemet_stations).
aemet_stations
Character string as personal API key (see https://opendata.aemet.es/centrodedescargas/obtencionAPIKey).
Numeric value as start year (format: %Y).
Numeric value as end year (format: %Y).
Character string as yes/no. Indicates whether to use labels for the graph or not.
a plot.
# NOT RUN { climatestripes_station(station, apikey, with_labels = "yes") # } # NOT RUN { # }
Run the code above in your browser using DataLab