ChloeRN / VredfoxIPM

0 stars 0 forks source link

Add summer harvest counts to data wrangling pipeline #50

Closed ChloeRN closed 10 months ago

ChloeRN commented 10 months ago

At the moment, the function reformatData_carcass() returns the summer AaH matrix plus aging proportions (pData) for the selected range of years. For testing out a further model extension, we also need - in addition - to have the time-series of summer harvest counts (= # of females harvested/recorded irrespective of age/aging) for the entire time-period. This is already calcuated within the function for the subset of years (variable "sallf.ann"), so should be relatively easy to include.

For implementing this, please branch off from the branch "explicit_summerHarvest".

ChloeRN commented 10 months ago

Completed with #51