powered by
Plot climate stripes graph for a station
climatestripes_station( station, start = 1950, end = 2020, with_labels = "yes", verbose = FALSE, ... )
Character string with station identifier code(s) (see aemet_stations())
aemet_stations()
Numeric value as start year (format: YYYY).
Numeric value as end year (format: YYYY).
Character string as yes/no. Indicates whether to use labels for the graph or not.
Logical TRUE/FALSE. Provides information about the flow of information between the client and server.
TRUE/FALSE
Arguments passed on to ggstripes
ggstripes
n_temp
Numeric value as the number of colors of the palette. (default 11).
col_pal
Character string indicating the name of the hcl.pals() color palette to be used for plotting.
hcl.pals()
A ggplot2 object
ggplot2
You need to set your API Key globally using aemet_api_key().
aemet_api_key()
ggstripes()
Other aemet_plots: climatogram_normal(), climatogram_period(), ggclimat_walter_lieth(), ggstripes(), ggwindrose(), windrose_days(), windrose_period()
climatogram_normal()
climatogram_period()
ggclimat_walter_lieth()
ggwindrose()
windrose_days()
windrose_period()
Other stripes: climaemet_9434_temp, ggstripes()
climaemet_9434_temp
# NOT RUN { climatestripes_station( "9434", start = 2010, end = 2020, with_labels = "yes", col_pal = "Inferno" ) # }
Run the code above in your browser using DataLab