SimonDedman / MarSpatAuto

Automating marine spatial date acquisition & analysis
GNU General Public License v3.0
2 stars 0 forks source link

Fish age & size #26

Open SimonDedman opened 1 month ago

SimonDedman commented 1 month ago

Calculated from size at tag date & forward-projected on a daily basis.

SimonDedman commented 1 month ago

Von Bertalanffy Growth Function with NAs allowed Simon Dedman 2019.09.13 use vonB in reverse to convert age to length per day VonBertalanffy parameters, Restrepo et al 2010: (atlantic bluefin tuna) Linf (cm): 314.9 k: 0.089 t0 (year): -1.13 variance Linf: 19.43 (not reqd?) have age from length, want length from age if age is missing, populate with NA instead of crashing

/home/simon/Dropbox/Blocklab Monterey/Blocklab/VBGFna.R

/home/simon/Dropbox/Blocklab Monterey/Blocklab/diveClassify1transit.R

SimonDedman commented 3 days ago

VBGFna & diveClassify1transit