Last chance! 50% off unlimited learning
Sale ends in
Dataframe of plot-species observations directly from Turboveg.
tv.obs(db, tv_home, ...)
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.
(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.
(character) Turbowin installation path. If not specified function tv.home
tries to discover.
additional arguments
Florian Jansen florian.jansen@uni-rostock.de
tv.veg
if (FALSE) {
# Turboveg installation needed
obs <- tv.obs('taxatest')
head(obs)
}
Run the code above in your browser using DataLab