getAerialCount: Calculate Expacted post-Harvest Aerial Count from Harvest...

getAerialCountR Documentation

Calculate Expacted post-Harvest Aerial Count from Harvest Count, Harvest Rate and Detection rate

Usage

getAerialCount(Harv, H, A)

Arguments

Harv

Harvest count, a matrix.

H

Harvest rate, a matrix with same dimension with Harv.

A

Aerial Detection rate, a 1 by p matrix with p=period=ncol(Harv).

Value

A 1 by p matrix with p=period=ncol(Harv), contains expacted post-harvest aerial count for each harvest year.

Author(s)

Yunyi Shen

Examples

Harv <- matrix(rpois(15,10),3,5) # 3 age and 5 years
H <- matrix(runif(15),3,5)
A <- matrix(runif(5),1,5) # 5 years
getAerialCount(Harv,H,A)

YunyiShen/ReDDLeslie documentation built on April 1, 2022, 6:58 a.m.