Learn R Programming

vegdata (version 0.7)

ESveg: Load vegetation data from ESveg formatted data files

Description

Tabulates vegetation tables resp. header data from ESveg formatted file. Until now only very basic support, without any taxonomic emendation and layer combination.

Usage

ESveg.obs(db, ...)
ESveg.site(db, ...)

Arguments

db
Name and path to your ESveg formatted file
...
additional arguments

Value

  • The function returns an matrix object of class 'veg'

Examples

Run this code
path <- system.file(package = "vegdata")
obs <- ESveg.obs(file.path(path,'tvdata', 'Data', 'elbaue.xml'))
veg <- tv.veg(obs=obs, refl='GermanSL 1.2', taxval=TRUE, convcode=FALSE, )
dimnames(veg)

Run the code above in your browser using DataLab