Pass a character vector to choose a station assigned to .pheno by its name, or pass a different station. See stations_create() for details.
.colors, .labels
Vectors of colors/labels starting from the first and the
second flght of the hibernating generation followed consecutively by elements
for the filial generations (first and second flight).
.xlim
Date vector of length to that limits the dates plotted.
.legend
Pass FALSE if no legend should be plotted. Otherwise the
value will be passed to legend() as first argument. Look there for more
information.
# \donttest{# This may take a few minutes...# calculate phenologyp <- bso_phenology('bso', barrks_data('stations'), .quiet = TRUE)
bso_plot_flight_diagram(p)
# }