modelingParams {INSPEcT}R Documentation

Get and set number parameters for the modeling

Description

A method to get the parameters used for modeling rates and concentrations by the method modelRates

Usage

modelingParams(object)

## S4 method for signature 'INSPEcT'
modelingParams(object)

Arguments

object

An object of class INSPEcT

Value

List of parameters and their values

See Also

modelRates

Examples

nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
modelingParams(nascentInspObj10)

[Package INSPEcT version 1.22.0 Index]