Learn R Programming

vegdata (version 0.9.12)

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

Description

Dataframe of plot-species observations directly from Turboveg.

Usage

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

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.

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

Author

Florian Jansen florian.jansen@uni-rostock.de

See Also

tv.veg

Examples

Run this code
  if (FALSE) {
    # Turboveg installation needed
    obs <- tv.obs('taxatest')
    head(obs)
  }

Run the code above in your browser using DataLab