Learn R Programming

diffval (version 1.2.0)

taxus_bin: Taxus baccata forests

Description

A binary phytosociological table containing relevés of Taxus baccata forests, from the northwest of the Iberian Peninsula.

Usage

taxus_bin

Arguments

Format

A matrix with 209 rows and 33 columns. Each column corresponds to a phytosociological relevé and each row corresponds to a taxon. Values in the matrix denote presences (1) and absences (0).

Examples

Run this code
# Getting the Taxus baccata forests data set
data(taxus_bin)

# Inspect the first rows and columns of taxus_bin
head(taxus_bin, n = c(5, 5))

Run the code above in your browser using DataLab