ca.sim | R Documentation |
generates catch.n with lognormal annual and multinomial age composition observation error
ca.sim(object, ess = 200, what = c("catch", "landings", "discards")[1])
object |
FLQuant |
ess |
effective sample size for age composition |
what |
c("catch", "landings", "discards") |
sel |
FLQuant with selectivity.pattern e.g. catch.sel() |
FLQuant with catch.n samples
data(ple4)
object = propagate(ple4,10)
ca = ca.sim(object,ess=200)
# Checks
ggplot(ca)+geom_line(aes(year,data,col=ac(iter)))+facet_wrap(~age)+
theme(legend.position = "none")+ylab("Index")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.