Learn R Programming

Rarefy (version 1.1.1)

duneFVG: Abundance of Vascular Plants Data in Northen Adriatic Dunes

Description

This data set is a list which contains information about the abundance of native and alien vascular plants sampled in 128 16 m^2 squared plots in the Northern Adriatic Dunes. See Tordoni et al. (2019) for details.

Usage

data("duneFVG")

Arguments

Format

A list that contains 3 objects:

total

a numeric dataframe with plots as rows and species as columns. It contains the abundances of all the species collected.

native

a numeric dataframe with plots as rows and species as columns. It contains the abundances of the native species collected.

alien

a numeric dataframe with plots as rows and species as columns. It contains the abundances of the alien species collected.

There are two linked lists to duneFVG, one with the geographic coordinates of the plots (duneFVG.xy) and one with the functional traits of the species (duneFVG.tr8).

Examples

Run this code
data(duneFVG)

Run the code above in your browser using DataLab