subsequentRun,RPhosFate-method {RPhosFate} | R Documentation |
Calls transport
for the specified substance and optionally
erosionPrerequisites
, erosion
, emission
,
transportPrerequisites
and/or transportCalcOrder
beforehand.
## S4 method for signature 'RPhosFate'
subsequentRun(
x,
substance = "PP",
erosionPrerequisites = FALSE,
erosion = FALSE,
emission = FALSE,
transportPrerequisites = FALSE,
transportCalcOrder = FALSE
)
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
|
An S4 RPhosFate
river catchment object and side effects in
the form of raster files.
# 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")