Learn R Programming

ade4 (version 1.2-2)

ichtyo: Point sampling of fish community

Description

This data set gives informations between a faunistic array, the total number of sampling points made at each sampling occasion and the year of the sampling occasion.

Usage

data(ichtyo)

Arguments

source

Dol�dec, S., Chessel, D. and Olivier, J. M. (1995) L'analyse des correspondances d�centr�e: application aux peuplements ichtyologiques du haut-Rh�ne. Bulletin Fran�ais de la P�che et de la Pisciculture, 336, 29--40.

Details

The value n(i,j) at the ith row and the jth column in tab corresponds to the number of sampling points of the ith sampling occasion (in eff) that contains the jth species.

Examples

Run this code
data(ichtyo)
dudi1 <- dudi.dec(ichtyo$tab, ichtyo$eff, scan = FALSE)
s.class(dudi1$li, ichtyo$dat, wt = ichtyo$eff / sum(ichtyo$eff))

Run the code above in your browser using DataLab