I was recently looking at data for sablefish and was exploring how cleanPacFIN() worked in terms of filtering out specific ageing methods. In this I noticed that surface reads (S) and mixed-reads (M) were being returned from the function even with the keep_age_method was specified to only retain break-and-burn (B) reads.
I was recently looking at data for sablefish and was exploring how
cleanPacFIN()
worked in terms of filtering out specific ageing methods. In this I noticed that surface reads (S) and mixed-reads (M) were being returned from the function even with thekeep_age_method
was specified to only retain break-and-burn (B) reads.