export {campsismod} | R Documentation |
Export function.
Description
Export function.
Usage
export(object, dest, ...)
## S4 method for signature 'campsis_model,character'
export(object, dest, ...)
## S4 method for signature 'replicated_campsis_model,campsis_model'
export(object, dest = CampsisModel(), index, ...)
## S4 method for signature 'campsis_model,rxode_type'
export(object, dest, ...)
## S4 method for signature 'campsis_model,mrgsolve_type'
export(object, dest, outvars = NULL, extra_params = character(0))
Arguments
object |
generic object |
dest |
destination |
... |
optional arguments |
index |
index of the replicated Campsis model to export |
outvars |
additional variables to capture |
extra_params |
extra parameter names to be added. By default, they will be assigned a zero value. |
Value
specific object depending on given destination
[Package campsismod version 1.2.2 Index]