extractSubModel {greed}R Documentation

Extract a part of a CombinedModelsPath-class object

Description

Extract a part of a CombinedModelsPath-class object

Usage

extractSubModel(sol, sub_model_name)

## S4 method for signature 'CombinedModelsPath,character'
extractSubModel(sol, sub_model_name)

Arguments

sol

an CombinedModelsPath-class object

sub_model_name

a string which specify the part of the model to extract. Note that the name must correspond to the one of the names used in the list of models during the origin call to greed.

Value

a IclFit-class object of the relevant class

Methods (by class)


[Package greed version 0.6.1 Index]