Removes all species that have been marked as background species with
markBackground().
Arguments
- params
A MizerParams object
Value
A MizerParams object with background species removed
Examples
params <- markBackground(NS_params,
species = c("Sprat", "Sandeel", "N.pout"))
params <- removeBackgroundSpecies(params)
#> ℹ No `a` column so using a = 0.01 in w = a l^b, with w in g and l in cm.
#> ℹ No `b` column so using the isometric default b = 3 in w = a l^b.
species_params(params)$species
#> [1] "Herring" "Dab" "Whiting" "Sole" "Gurnard" "Plaice" "Haddock"
#> [8] "Cod" "Saithe"
