Description Usage Arguments Details Author(s) Examples
View source: R/plotOrnithoPheno.R
Plots phenology of bird observations based on count maxima per sites and number of observations
1 2 | plotOrnithoPheno(x, unit = "decade", from = "Jan",
to = "Dec", col)
|
x |
an object of class |
unit |
a time unit in which to devide the plot, either "decade" or "pentade", the default is "decade". |
from, to |
a character string giving one of |
col |
a nine-level color palette, the third and sixth levels are used to plot, respectively. The default are grey levels returned by |
Arguments from
and to
can be used to subset or shift the order of months in the plot. To display only the breeding season of a set of species one could choose from = "Mar"
and to = "Jun"
. For wintering birds it might be useful to shift the plot by six months: from = "Jul"
and "Jun"
.
Simon Thorn and Christoph Heibl
1 2 | data(amsel)
plotOrnithoPheno(amsel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.