openCopasi saves the given model to a temporary file and opens it in the COPASI GUI.

openCopasi(readin = FALSE, copasi_loc = "CopasiUI", model = getCurrentModel())

Arguments

readin

if TRUE, the function waits for COPASI to quit and then reads in the temporary model file, overwriting the given model.

copasi_loc

location of CopasiUI

model

a model object

See also

Other model handlers: getCurrentModel(), getLoadedModels(), setCurrentModel()