ev.trawl (version 0.1.0)

CollectionTrawl: Creates a list of trawl functions given a type of trawl and a vector of times as peak times. Has the option to get primitives. Note that only exponential trawl are implemented so far.

Description

Creates a list of trawl functions given a type of trawl and a vector of times as peak times. Has the option to get primitives. Note that only exponential trawl are implemented so far.

Usage

CollectionTrawl(times, params, type, prim = F)

Arguments

times

Vector of times to evaluate the trawl function (or primitive) at.

params

List of trawl parameters.

type

Trawl type (so far, only "exp" is available).

prim

Boolean to use primitive or not. Default is False (F).

Value

Collection of trawl functions set on times given the type of trawl (type).