powered by
Identifies the distribution of rare taxa in a community data.frame, using a specified rareness threshold.
raretaxa(comm,min=1,log=FALSE,type='b', panel='all')
Produces only graphs and returns no output
a community data.frame with samples as rows and species as columns
the minimum number of occurrences for a species to be considered rare
controls whether or not the Y axis on some graphs should be log scaled
the plot type. ‘b’ = both points and lines
a switch to control which graphic is displayed. Can be either an integer from 1 to 3 or the word ‘all’.
David W. Roberts droberts@montana.edu
Rare species are an issue in ecological data sets. This function produces three graphs identifying (1) the distribution of rare species/plot, (2) the mean abundance (when present) of rare species, and (3) the total abundance or rare species/plot.
data(bryceveg) raretaxa(bryceveg,min=3,log=TRUE)
Run the code above in your browser using DataLab