| RPhosFate-class {RPhosFate} | R Documentation |
RPhosFate class
Description
An S4 object representing a river catchment.
Slots
cv_dirA character vector holding the project root (first position) and optionally the Monte Carlo input data directory (second position).
ls_iniA logical scalar specifying if the state of an existing project was loaded from disk.
is_MCiAn integer scalar holding the current Monte Carlo iteration if applicable.
cv_MClA character vector holding the names of the layers, which shall be written to disk with the associated Monte Carlo iteration in their filenames upon calling the appropriate methods.
cs_fexA character string holding the automatically determined file extension of the provided raster files (either
".tif"or".img"for backward compatibility).parametersAn S4 object holding the model parameters.
topoAn S4 object holding the raster layers related to topography in the broader sense.
erosionAn S4 object holding the raster layers related to erosion.
transportAn S4 object holding raster layers required for modelling transport.
substancesAn S4 object holding the substance raster layer containers.
helpersAn S4 object holding helper data.