Calculates the abundance for each species code including the unidentified codes if supplied.
calculate.dht(
species.name,
species.field.name,
model.index,
ddf.results,
region.table,
sample.table,
obs.table,
dht.options
)character vector of species codes
character vector giving the field name of the ddf data that contains the species codes
named character vector which acts as a look up table for duplicate detection function models
a list of ddf objects
dataframe of region records - Region.Label and Area
dataframe of sample records - Region.Label, Sample.Label, Effort
dataframe of observation records with fields object,
Region.Label, and Sample.Label which give links to sample.table,
region.table and the data records used in model
a list of the options to be supplied to mrds::dht
a list of dht objects, one for each species code
mrds::dht