getAerialCount | R Documentation |
getAerialCount(Harv, H, A)
Harv |
Harvest count, a matrix. |
H |
Harvest rate, a matrix with same dimension with |
A |
Aerial Detection rate, a 1 by p matrix with p=period=ncol(Harv). |
A 1 by p matrix with p=period=ncol(Harv), contains expacted post-harvest aerial count for each harvest year.
Yunyi Shen
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.