Learn R Programming

vegtable (version 0.1.3)

vegtable_stat: General statistics from vegtable objects.

Description

This function calculates general statistics of local ‘Turboveg’ databases as required by GIVD (Global Index of Vegetation-Plot Databases, http://botanik3.botanik.uni-greifswald.de/givd/).

Usage

vegtable_stat(vegtable)

Arguments

vegtable

An object of class '>vegtable.

Details

This function is based on a script delivered by GIVD for summarising statistics required in the descriptions of databases (see meta data in the page of the Global Index for Vegetation-Plot Databases).

Examples

Run this code
# NOT RUN {
library(vegtable)
data(Kenya_veg)

## Statistics for GIVD
vegtable_stat(Kenya_veg)
# }

Run the code above in your browser using DataLab