initialize,simList-method {SpaDES.core} | R Documentation |
Generate a simList
object
Description
Given the name or the definition of a class, plus optionally data to be
included in the object, new
returns an object from that class.
Given the name or the definition of a class, plus optionally data to be
included in the object, new
returns an object from that class.
Usage
## S4 method for signature 'simList'
initialize(.Object, ...)
## S4 method for signature 'simList_'
initialize(.Object, ...)
Arguments
.Object |
A |
... |
Optional Values passed to any or all slot |
[Package SpaDES.core version 2.1.0 Index]