Description Usage Arguments Author(s) See Also Examples
Plots a basemap consisting of administrative borders, lakes and rivers.
1 2 3 | plotOrnithoMap(x, add = FALSE,
maps = c("border", "lake", "river"),
border.col = "saddlebrown", water.col = "blue", ...)
|
x |
a characater string giving the region, for which a basemap should be plotted, currently only "hessen" available. |
add |
logical, should the basemap override any previous plotting? |
maps |
|
border.col |
a character string giving the color to be used draw political borders. |
water.col |
a character string giving the color to be used draw water bodies. |
... |
further line characteristics, such as |
Simon Thorn & Christoph Heibl
ornithoPDF
and plotOrnitho
for the corresponding user-level plotting functions.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.