bso_plot_flight_diagram | R Documentation |
A flight diagram illustrates the daily share of flying individuals over time.
bso_plot_flight_diagram(
.pheno,
.station = prop_stations(.pheno)[1],
.colors = barrks_colors("bso_flight"),
.labels = barrks_labels("bso_flight"),
.xlim = NULL,
.legend = "topright",
...
)
.pheno |
A BSO phenology (see |
.station |
Pass a character vector to choose a station assigned to |
.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 |
... |
arguments passed to |
None
# This may take a few minutes...
# calculate phenology
p <- bso_phenology('bso', barrks_data('stations'), .quiet = TRUE)
bso_plot_flight_diagram(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.