Learn R Programming

ade4 (version 1.04)

meau: Ecological Data : sites-variables, sites-species, where and when

Description

This data set contains informations about sites, environmental variables and species (Trichopters).

Usage

data(meau)

Arguments

format

meau is a list of 3 components.
  1. mil
{is a data frame with 24 sites and 10 variables.} fau{is a data frame with 24 sites and 13 species (Trichopters).} plan{is a data frame with 24 sites and 2 factors.
  1. dat
{is a factor with 4 levels.} sta{is a factor with 6 levels.} }

source

Pegaz-Maucet, D. (1980) Impact d'une perturbation d'origine organique sur la d�rive des macro-invert�b�r�s benthiques d'un cours d'eau. Comparaison avec le benthos. Th�se de troisi�me cycle, Universit� Lyon 1, 130 p.

Examples

Run this code
data(meau)
par(mfrow = c(2,2))
pca1 <- dudi.pca(meau$mil, scan = FALSE, nf = 4)
s.class(pca1$li, meau$plan$dat, 
    sub = "Principal Component Analysis")
pca2 <- between(pca1, meau$plan$dat, scan = FALSE, nf = 2)
s.class(pca2$ls, meau$plan$dat, sub = "Between dates Principal Component Analysis")
s.corcircle(pca1$co)
s.corcircle(pca2$as)

Run the code above in your browser using DataLab