create.result.arrays: Creates a list of arrays for storing the dht results

Description Usage Arguments Value Note Author(s)

View source: R/create.result.arrays.R

Description

Creates a list of arrays. These are used to store the summary, abundance and density outputs of the dht routine called from mrds.

Usage

1
2
3
4
5
6
7
create.result.arrays(
  species.name,
  species.code.definitions,
  region.table,
  clusters,
  n
)

Arguments

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.

Value

list of arrays

Note

Internal function not intended to be called by user.

Author(s)

Laura Marshall


mads documentation built on July 2, 2020, 2:12 a.m.