catchsurvey(year = NULL, catch = NULL, recr = NULL, post = NULL, M = NULL,
T = NULL, phi = NULL, w = 1, initial = c(NA,NA,NA),uprn = NA, graph = TRUE)
## Example take a bit of time to run
data(nshrimp)
catchsurvey(year=nshrimp$year,catch=nshrimp$C,recr=nshrimp$r,post=nshrimp$n,M=0.25,T=0.5,phi=0.9,w=1,
initial=c(500,500,0.7),uprn=10000)
Run the code above in your browser using DataLab