subsequentRun,RPhosFate-method {RPhosFate} | R Documentation |
Subsequent run
Description
Calls transport
for the specified substance and optionally
erosionPrerequisites
, erosion
, emission
,
transportPrerequisites
and/or transportCalcOrder
beforehand.
Usage
## S4 method for signature 'RPhosFate'
subsequentRun(
x,
substance = "PP",
erosionPrerequisites = FALSE,
erosion = FALSE,
emission = FALSE,
transportPrerequisites = FALSE,
transportCalcOrder = FALSE
)
Arguments
x |
An S4 |
substance |
A character string specifying the substance to calculate. |
erosionPrerequisites |
A logical scalar specifying if
|
erosion |
A logical scalar specifying if |
emission |
A logical scalar specifying if |
transportPrerequisites |
A logical scalar specifying if
|
transportCalcOrder |
A logical scalar specifying if
|
Value
An S4 RPhosFate
river catchment object and side effects in
the form of raster files.
See Also
Examples
# temporary demonstration project copy
cv_dir <- demoProject()
# load temporary demonstration project
x <- RPhosFate(
cv_dir = cv_dir,
ls_ini = TRUE
)
# presupposed method call
x <- firstRun(x, "SS")
x <- subsequentRun(x, "PP")
[Package RPhosFate version 1.0.4 Index]