tv.obs | R Documentation |
Dataframe of plot-species observations directly from Turboveg.
tv.obs(db, tv_home, ...)
db |
(character) Name of your Turboveg database. This is the directory name containing tvabund.dbf, tvhabita.dbf and tvwin.set. Please include pathnames below but not above Turbowin/Data. |
tv_home |
(character) Turbowin installation path. If not specified function |
... |
additional arguments |
Data.frame of species occurrences in Turboveg format, that is every occurrence is a row with releve number, species number, layer, cover code and optional additional species-plot information.
Florian Jansen florian.jansen@uni-rostock.de
tv.veg
## Not run:
# Turboveg installation needed
obs <- tv.obs('taxatest')
head(obs)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.