makess
generates a site-OTU matrix based on a benthic count
file. The script assumes that the benthic count file has a field
entitled 'OTU' on which the matrix is based.
makess(bcnt, tname = "OTU", plothist=FALSE, prints = FALSE, nview = 0)
a benthic count file that results from running
get.otu
or load.revised.otu
.
Character string specifying the field in bcnt in which the name of the taxon is stored.
Set to TRUE
to plot a histogram of the proportion of
abundance at each site that is included in the OTU designations
Set to TRUE
to view statistics on the proportion
of abundance at each site that is included in the OTU designations
Selects the number of sites to view in which the proportion of abundance included is low
A site-OTU matrix.
# NOT RUN {
data(bcnt.otu.OR)
ss.OR <- makess(bcnt.otu.OR)
# }
Run the code above in your browser using DataLab