Description Usage Format Details Source References Examples
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).
1 |
A data frame with 128 observations on the following 23 variables.
GroupFish river types; a factor with levels F1
F2 F3 F4 F5 F6
Alkmgm/l of CaCO3
Avrainmean annual rainfall, mm
Bedrock% cover on river edge attached to substratum
Bouldernumeric, % cover of stones > 200mm diameter
Cobblenumeric, % cover of stones between 60 \& 200mm
Condelectrical conductivity (mu S/cm)
Dismaximum distance from source (m)
DOnumeric, dissolved O2, % saturation
Elevnearest contour line (m) below site
Finenumeric, % cover of particles < 0.02mm
Gravelnumeric, % cover of particles between 2 \& 20mm
Latlatitude
Longlongitude
NoxNtotal oxidised Nitrogen (mgl/l)
Pebblenumeric, % cover of stones between 20 \& 60mm
Pha numeric vector
Sandnumeric, % cover of particles between 0.02 \& 2mm
Slopenumeric, elevatioon difference (m) between site \& a point 1km upstream
Tkntotal Kjeldahl Nitrogen (mgl/l)
Tpltotal Phosphorus (mgl/l)
Turbturbidity (NTU)
Widthmodal river width (m), assessed visually
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.
Data relate to Turak and Koop (2007).
Turak, E and Koop, K. Multi-attribute ecological river typology for assessing ecological condition and conservation planning. Hydrobiologica 603:83-104, 2007.
1 2 3 4 | data(fishRivers)
library(MASS)
fish.lda <- lda(Group ~ Avrain + Dis +Elev + Lat + Long + Slope,
data=fishRivers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.