trt_manual: Implement cutting & spraying treatments

Description Usage Arguments Value

View source: R/fn_management.R

Description

Adjust the abundances within cells receiving cutting and/or spraying treatments.

Usage

1
trt_manual(N.t, m.max, N.trt, man.trt, byLC = FALSE)

Arguments

N.t

Matrix or array of abundances, with dims=c(ngrid, (lc), m.max)

m.max

Max(age at maturity)

N.trt

Dataframe, possibly output from trt_assign, with the grid id and treatment type for each cell. If treatment varies by land cover type, then there should be one column per land cover type

man.trt

Named vector with treatment types and associated success (=mortality) rates

byLC

FALSE Do treatments vary across land cover types?

Value

Matrix or array of the same dimensions as N.t with adjusted abundances


Sz-Tim/gbPopMod documentation built on Dec. 7, 2020, 1:07 p.m.