Description Usage Arguments Author(s) See Also
This function calls a series of plotting functions to generate a multi-facetted plot of ornitho monitoring data.
1 2 3 4 5 | plotOrnitho(x, map, show.hidden = FALSE, rasterize = 100,
raster.model = raster.model, from = "Jan", to = "Dec",
col = c("yellow", "red"), gridcol = "grey25",
missing.obs, alt.background,
reporter = TRUE)
|
x |
an object of class |
map |
an object of class |
show.hidden |
logical, indicating if restricted ("hidden") data should be shown, defaults to |
rasterize |
a numeric giving a threshold number of observations. The coordinates of species that have |
from, to |
a character string giving one of |
raster.model |
a character string that gives the raster model that will be applied for species with more than |
col |
vector of any of the three kinds of R color specifications, i.e., either a color name (as listed by |
gridcol |
a character string giving the color of the grid for plotting; setting |
missing.obs |
an object of class |
alt.background |
numeric, a vector of integers that are representative for the distribution of the altitude of the samples. Used to compare the altitudinal distribution of a species samples to the altitudinal distribution sampled. |
reporter |
logical, indicating if the name of the reporter should be included in the tables summarizing the observations on the second page of each species account. |
Christoph Heibl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.