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

ElectricFish

Electric Fish


Description

Species abundance of electric fish upstream and downstream of the entrance of a tributary in the Amazon basin.

Format

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

tributary

a character vector

species.upstream

a numeric vector of the number of species of electric fish present upstream of the tributary

species.downstream

a numeric vector of the number of species of electric fish present downstream of the tributary

Source

Fernandes, C.C., J. Podos, and J.G. Lundberg. 2004. Amazonian ecology: tributaries enhance the diversity of electric fishes. Science 305: 1960-1962.

References

Examples

ElectricFish
require(grid)
xyplot(species.upstream ~ species.downstream, data = ElectricFish,
  panel=function(x, y, ...){
    grid.text(ElectricFish$tributary, x=x, y=y,
      rot = 45,
      gp = gpar(cex=.6),
      default.units = 'native')
    }
  )

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.