adjust.forcing | R Documentation |
Modifies the various forcing parameters of the rsim scenario object.
adjust.forcing(
Rsim.scenario,
parameter,
group,
sim.year = 1,
sim.month = 0,
bymonth = F,
value
)
Rsim.scenario |
Object generated by rsim.scenario. |
parameter |
The Rsim.scenario forcing parameter to be modified. |
group |
The model group that the parameter change will affect. |
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. |
bymonth |
Boolean value that denotes whether to use sim.year/sim.month combo or just sim.month as a sequential vector starting at 1. |
value |
The new value for the parameter. |
Returns an Rsim.scenario object with the new parameter.
Other Rpath functions:
MTI()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
read.rpath.params()
,
rpath()
,
rpath.groups()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.Rsim()
,
write.rpath.params()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.