Skip to content

Commit

Permalink
Fix: length comp assignment
Browse files Browse the repository at this point in the history
correct copy paste bug in length demo vignette
  • Loading branch information
nathanvaughan-NOAA committed Oct 24, 2024
1 parent 70702c7 commit ac33456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/fims-demo-length.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fishing_fleet_age_comp$age_comp_data <- fishery_agecomp * 200 # unit: number at
# fleet length composition data
fishing_fleet_length_comp <- methods::new(LengthComp, nyears, nlengths)
# Effective sampling size is 200
fishing_fleet_age_comp$age_comp_data <- fishery_lengthcomp * 200 # unit:
fishing_fleet_length_comp$length_comp_data <- fishery_lengthcomp * 200 # unit:
```

#### Fleet Selectivity
Expand Down

0 comments on commit ac33456

Please sign in to comment.