inputObjects | R Documentation |
These accessors extract the metadata for a module (if specified) or all modules
in a simList
if not specified.
inputObjects(sim, module, path)
## S4 method for signature 'simList'
inputObjects(sim, module, path)
## S4 method for signature 'missing'
inputObjects(sim, module, path)
outputObjects(sim, module, path)
## S4 method for signature 'simList'
outputObjects(sim, module, path)
## S4 method for signature 'missing'
outputObjects(sim, module, path)
outputObjectNames(sim, module)
## S4 method for signature 'simList'
outputObjectNames(sim, module)
reqdPkgs(sim, module, modulePath)
## S4 method for signature 'simList'
reqdPkgs(sim, module, modulePath)
## S4 method for signature 'missing'
reqdPkgs(sim, module, modulePath)
documentation(sim, module)
## S4 method for signature 'simList'
documentation(sim, module)
sessInfo(sim)
## S4 method for signature 'simList'
sessInfo(sim)
sim |
A |
module |
Character vector of module name(s) |
path |
The path to the module., i.e., the |
modulePath |
That path where |
# set modulePath
setPaths(modulePath = getSampleModules(tempdir()))
# use Require and reqdPkgs
pkgs <- reqdPkgs(module = c("caribouMovement", "randomLandscapes", "fireSpread"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.