climatestripes_station {climaemet} | R Documentation |
Station climate stripes graph
Description
Plot climate stripes graph for a station.
Usage
climatestripes_station(
station,
start = 1950,
end = 2020,
with_labels = "yes",
verbose = FALSE,
...
)
Arguments
station |
Character string with station identifier code(s)
(see |
start |
Numeric value as start year (format: |
end |
Numeric value as end year (format: |
with_labels |
Character string as yes/no. Indicates whether to use labels for the graph or not. |
verbose |
Logical |
... |
Arguments passed on to
|
Value
A ggplot2 object
API Key
You need to set your API Key globally using aemet_api_key()
.
See Also
Other aemet_plots:
climatogram_normal()
,
climatogram_period()
,
ggclimat_walter_lieth()
,
ggstripes()
,
ggwindrose()
,
windrose_days()
,
windrose_period()
Other stripes:
climaemet_9434_temp
,
ggstripes()
Examples
climatestripes_station(
"9434",
start = 2010,
end = 2020,
with_labels = "yes",
col_pal = "Inferno"
)