Learn R Programming

FSAdata (version 0.3.3)

Ghats: Species accumulation data for fish of the Western Ghats of India.

Description

Species accumulation data for fish of the Western Ghats of India derived from nine random samples of publications.

Arguments

Format

A data frame with 350 observations on the following 2 variables.
unit
a manuscript that was reviewed.
cumspec
cumulative number of species described in the reviewed manuscripts.

Source

From (approximately) Figure 1 in Dahanukar, N., R. Raut, and A. Bhat. 2004. Distribution, endemism and threat status of freshwater fishes in the Western Ghats of India. Journal of Biogeography 31:123-126.

Topic(s)

  • Other

Examples

Run this code
data(Ghats)
str(Ghats)
head(Ghats)
plot(cumspec~unit,data=Ghats)

Run the code above in your browser using DataLab