struc_addSimData {PROSPER} | R Documentation |
Wrapper for intern_SimData<-
generic
Description
This function ensures the correct form of data, before adding data of a new simulation cycle to a prosper
object using intern_SimData
.
Usage
struc_addSimData(object, value, add = TRUE)
## S4 method for signature 'prosper'
struc_addSimData(object, value, add = TRUE)
Arguments
object |
a |
value |
codedata.frame or codedata.table |
add |
|
[Package PROSPER version 0.3.3 Index]