Rdocumentation
powered by
Learn R Programming
SpaDES (version 1.0.1)
maxTimeunit: Determine the largest timestep unit in a simulation
Description
Determine the largest timestep unit in a simulation
Usage
maxTimeunit(sim) ## S3 method for class 'simList': maxTimeunit(sim)
Arguments
sim
A
simList
simulation object.
Value
The timeunit as a character string. This defaults to
NA
if none of the modules has explicit units.