Learn R Programming

vegdata (version 0.6-6)

ESveg.veg: 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.veg(db, refl, ...)
ESveg.site(db, ...)

Arguments

db
Name of your ESveg formatted file
refl
Taxonomic reference list. No yet implemented.
...
additional arguments for included functions

Value

  • Function returns an matrix object of class 'veg'

Examples

Run this code
path <- system.file(package = "vegdata")
veg <- ESveg.veg(file.path(path,'tvdata', 'Data', 'tvexport.xml'))
names(veg)

Run the code above in your browser using DataLab