startday | R Documentation |
Get or set start date for simulation
Get or set start date for simulation
## S4 method for signature 'DeponsBlockdyn'
startday(x)
## S4 method for signature 'DeponsDyn'
startday(x)
## S4 replacement method for signature 'DeponsBlockdyn'
startday(x) <- value
## S4 replacement method for signature 'DeponsDyn'
startday(x) <- value
x |
Object of class |
value |
POSIXlt or character string of the form 'yyyy-mm-dd' |
The start date indicates the start of the period that the simulation is supposed to represent.
The start date indicates the start of the period that the simulation is supposed to represent.
The assignment of a new start time is currently quite time consuming.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.