Learn R Programming

vegdata (version 0.9.8)

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, ...)

Arguments

db

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

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 relev\'e number, species number, layer, cover code and optional additional species-plot information.

See Also

tv.veg

Examples

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

Run the code above in your browser using DataLab