Skip to contents

prep.effort checks a list with effort information and converts it into the object required by momo.

Usage

prep.effort(x, date.format = NULL, verbose = TRUE)

Arguments

x

Either a list with environmental data at different time points as matrices or an array where the third dimension corresponds to the time points.

date.format

Optional; allows to specify the format of the time points (either names of list elements or attributes for the third dimension depending on the format of x).

verbose

if TRUE, print information to console. Default: TRUE.

Value

A 3-dimensional array with the gridded effort data for x and y location (first two dimnesions) and the time points as third dimension.