Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted ageing methods not being filter out by cleanPacFIN() #127

Open
chantelwetzel-noaa opened this issue Jul 25, 2024 · 0 comments
Open
Assignees

Comments

@chantelwetzel-noaa
Copy link
Contributor

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.

data <- PacFIN.Utilities::cleanPacFIN(
  Pdata = sablefish.bds,
  CLEAN = TRUE,
  keep_age_method = c("B"),
  verbose = TRUE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants