adjust.fishing | R Documentation |
Modifies the fishing mortality value for a species by a particular gear. Parameters that can be adjusted using this function are: ForcedEffort, ForcedFRate, or ForcedCatch.
adjust.fishing(
Rsim.scenario,
parameter,
group = NA,
sim.year = 1,
sim.month = 0,
value
)
Rsim.scenario |
Scenario object that contains all of the rsim rates and
forcing functions generated by |
parameter |
Parameters to be modified (See Description) |
group |
Name of the group whose parameter is being changed. |
sim.year |
Year of the simulation that should be modified. Can be a range of years. |
sim.month |
Month of the year that should be modified. If set to 0, all months of the year are modified. |
value |
New value for the parameter. |
Returns an Rsim.scenario
object with the new fishing parameter
values.
Other Adjust functions:
adjust.scenario()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.