climatestripes_station | R Documentation |
Plot climate stripes graph for a station.
climatestripes_station(
station,
start = 1950,
end = 2020,
with_labels = "yes",
verbose = FALSE,
...
)
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
|
A ggplot2 object
You need to set your API Key globally using aemet_api_key()
.
ggstripes()
Other aemet_plots:
climatogram_normal()
,
climatogram_period()
,
ggclimat_walter_lieth()
,
ggstripes()
,
ggwindrose()
,
windrose_days()
,
windrose_period()
Other stripes:
climaemet_9434_temp
,
ggstripes()
# Don't run example
if (FALSE) {
# Data download may take a few minutes...
climatestripes_station(
"9434",
start = 2020,
end = 2024,
with_labels = "yes",
col_pal = "Inferno"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.