Learn R Programming

FSAdata (version 0.4.1)

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.

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