Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

LarvalFish

Exploited Larval Fish


Description

Age (age) and coefficient of variation (cv) in larval fish from exploited and unexploited species (exploited).

Format

A data frame with 28 observations on the following 3 variables.

age

a numeric vector

cv

a numeric vector

exploited

a factor with levels no and yes

Source

Hsieh, C.H., C.S. Reiss, J.R. Hunter, J.R. Beddington, R.M. May, and G. Sugihara. 2006. Fishing elevates variability in the abundance of exploited species. Nature 443: 859-862.

Examples

str(LarvalFish)
xyplot(cv ~ age | exploited, LarvalFish)
xyplot(cv ~ age, groups=exploited, LarvalFish)

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.