ghats
From untb v1.6-5
by Robin K S Hankin
Tree counts in 1-ha plots from the Western Ghats mountains (South India)
Tree species counts are given in 50 one-hectare sampling plots (species by sample matrix). This only includes trees over 10 cm dbh (diameter at breast height) and species labels (row names) are numeric.
- Keywords
- datasets
Usage
data(ghats)
format
Data frame displaying 304 species counts over 50 one-hectare plots.
source
Ecological Archives E088-149-A1.
References
Francois Munoz, Pierre Couteron, B. R. Ramesh, and Rampal S. Etienne
2007.
Examples
data(ghats)
# Rank-abundance picture of plot 1 (column 1 in ghats)
plot(extant(count(ghats[,1])))
#histogram of optimal theta across the 50 plots:
hist(apply(ghats,2,optimal.theta),col='gray')
Community examples
Looks like there are no examples yet.