Skip to content

Commit

Permalink
expanded 'Clams' to 'OceanQuahog' and 'SurfClam'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGrezlik committed Nov 30, 2023
1 parent 9703ec8 commit e3b2111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-raw/R/GBRpath_bioparams.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ GB.params <- GB.params[!RPATH %in% c('RedHake', 'WinterSkate'), ]
#Several parameters need to be duplicated as their parameters will be similar to others
GB.double <- GB.params[RPATH %in% c('AtlScallop', 'AmLobster', 'Illex', 'Micronekton'), ]
GB.double[RPATH == 'Micronekton', RPATH := 'Krill']
GB.double[RPATH == 'AtlScallop', RPATH := 'Clams']
GB.double[RPATH == 'AtlScallop', RPATH := 'OceanQuahog']
GB.double[RPATH == 'AtlScallop', RPATH := 'SurfClam']
GB.double[RPATH == 'AmLobster', RPATH := 'Megabenthos']
GB.double[RPATH == 'Illex', RPATH := 'Loligo']
ceph <- copy(GB.double[RPATH == 'Loligo', ])
Expand Down

0 comments on commit e3b2111

Please sign in to comment.