tv.obs: Dataframe of plot-species observations directly from Turboveg

tv.obsR Documentation

Dataframe of plot-species observations directly from Turboveg

Description

Dataframe of plot-species observations directly from Turboveg.

Usage

tv.obs(db, tv_home, ...)

Arguments

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 tv.home tries to discover.

...

additional arguments

Value

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.

Author(s)

Florian Jansen florian.jansen@uni-rostock.de

See Also

tv.veg

Examples

  ## Not run: 
    # Turboveg installation needed
    obs <- tv.obs('taxatest')
    head(obs)
  
## End(Not run)


vegdata documentation built on Dec. 28, 2022, 2:39 a.m.