Learn R Programming

DAAGxtras (version 0.8-2)

fishRivers: Characteristics of river reference sites

Description

Data on river sites was matched with data on fish caught at nearby fishing sites. Fishing sites were classified according to type of fish (Group = fish river type).

Usage

data(fishRivers)

Arguments

source

Data relate to Turak and Koop (2007).

Details

To what extent can the fish river type be predicted, based on: (i) all explanatory variables; (ii) the variables Avrain, Dis, Elev, Lat, Long and Slope. The second set comprises the variables that would be used in practice to predict the fish river type at other sites.

References

Turak, E and Koop, K. Multi-attribute ecological river typology for assessing ecological condition and conservation planning. Hydrobiologica 603:83-104, 2007.

Examples

Run this code
data(fishRivers)
library(MASS)
fish.lda <- lda(Group ~ Avrain + Dis +Elev + Lat + Long + Slope,
               data=fishRivers)

Run the code above in your browser using DataLab