Description Usage Arguments Value Note Author(s)
View source: R/create.result.arrays.R
Creates a list of arrays. These are used to store the summary, abundance
and density outputs of the dht
routine called from mrds
.
1 2 3 4 5 6 7 | create.result.arrays(
species.name,
species.code.definitions,
region.table,
clusters,
n
)
|
species.name |
a list of all the species in the analysis |
species.code.definitions |
a list with an element for each unidentified code which contains a vector of corresponding identified species codes or NULL if not required |
region.table |
dataframe of region records - Region.Label and Area |
clusters |
boolean, TRUE if observations are of cluster, FALSE if observations are of individuals. |
n |
the number of bootstrap iterations to be completed. |
list of arrays
Internal function not intended to be called by user.
Laura Marshall
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.