Skip to content

Commit

Permalink
fix: use FIMS:::m_age()
Browse files Browse the repository at this point in the history
  • Loading branch information
Bai-Li-NOAA committed Aug 11, 2023
1 parent 02fda08 commit d27e786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/fims-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fishery_catch <- fims_frame@data %>%
# .$value
age_frame <- FIMS::FIMSFrameAge(data_mile1)
fishery_agecomp <- m_agecomp(age_frame, "fleet1")
fishery_agecomp <- FIMS:::m_agecomp(age_frame, "fleet1")
# survey data
Expand All @@ -93,7 +93,7 @@ survey_index <- c(
)
# survey agecomp not set up in fimsframe yet
survey_agecomp <- m_agecomp(age_frame, "survey1")
survey_agecomp <- FIMS:::m_agecomp(age_frame, "survey1")
```

Expand Down

0 comments on commit d27e786

Please sign in to comment.