Learn R Programming

campsismod (version 1.2.1)

export: Export function.

Description

Export function.

Usage

export(object, dest, ...)

# S4 method for campsis_model,character export(object, dest, ...)

# S4 method for replicated_campsis_model,campsis_model export(object, dest = CampsisModel(), index, ...)

# S4 method for campsis_model,rxode_type export(object, dest, ...)

# S4 method for campsis_model,mrgsolve_type export(object, dest, outvars = NULL, extra_params = character(0))

Value

specific object depending on given destination

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.