Description Usage Arguments Value Author(s) References See Also Examples
A list of ornithoSpec
objects is converted into a data frame and vice versa.
1 2 3 |
ornitho |
a list, whose elements are objects of class |
df |
a data frame, must contain columns named |
a data frame with 29 columns:
scientific.name |
the scientific name |
vernacular.name |
the vernacular name (in German) |
phenology |
phenology, one of "Standvogel", "Wintergast", "Teil- und Kurzstreckenzieher", "Langstreckenzieher", "Durchzuegler", "Seltenheit". |
date |
|
day |
|
month |
|
year |
|
yday |
|
pentade |
|
decade |
|
week |
|
place |
|
county |
|
country |
|
x |
|
y |
|
count |
|
detail |
Christoph Heibl
The German ornitho website: http://www.ornitho.de/
read.ornitho
for reading ornitho data; ornithoPDF
for plotting ornitho data.
1 2 3 4 | data(amsel)
amsel.df <- ornitho2df(amsel)
table(amsel.df$scientific.name)
df2ornitho(amsel.df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.