Calculates and plots summary statistics about species occurrences in a data frame
abuocc(comm,minabu=0,panel='all')
Returns an (invisible) list composed of:
number of species/sample
number of samples each species occurs in
mean abundance of each species when present (excluding values smaller than minabu)
a community data.frame with samples as rows and species as columns
a minimum abundance threshold species must exceed to be included in the calculations (default=0)
controls which of four graphs is drawn, and can be 'all' or integers 1-4
David W. Roberts droberts@montana.edu http://ecology.msu.montana.edu/droberts/droberts.html
This functions calculates and plots four data summaries about the occurrence of species:
Plots:
1) the number of samples each species occurs in on a log scale, sorted from maximum to minimum
2) the number of species in each sample plot (species richness) from highest to lowest
3) the mean abundance of non-zero values (on a log scale) as a function of the number of plots a species occurs in
4) the total abundance/sample as a function of the plot-level species richness
The third plot allows you to identify individual species with the mouse; the fourth plot allows you to identify individual sample units with the mouse.
fisherfit
,
prestonfit
,
radfit
data(bryceveg) # produces a data.frame called bryceveg
abuocc(bryceveg)
Run the code above in your browser using DataLab