Formula | R Documentation |
A formula of the model (Typically related to a Quantity
such as a parameter)
A table formula of the model (Typically related to a Quantity
such as a parameter)
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> ospsuite::ObjectBase
-> Formula
isTable
Is this a table formula (Read-Only)
isTableWithOffSet
Is this a table formula with Offset (Read-Only)
isTableWithXArgument
Is this a table formula with xArgs (typically time, or pH) (Read-Only)
isConstant
Is this a constant formula (Read-Only)
isExplicit
Is this an explicit formula (Read-Only)
isDistributed
Is this a distributed formula (Read-Only)
dimension
The dimension in which the quantity is defined (Read-Only)
formulaString
Returns the formula as a string for an ExplicitFormula
or NULL
otherwise (Read-Only).
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
ospsuite::DotNetWrapper$initialize()
print()
Print the object to the console
Formula$print(...)
...
Rest arguments.
printFormula()
Print the formula to the console without the name of the class
Formula$printFormula()
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> ospsuite::ObjectBase
-> ospsuite::Formula
-> TableFormula
allPoints
Returns all points defined in the table formula for a TableFormula
or NULL
otherwise (Read-Only).
useDerivedValues
Indicates whether table values should be derived during solving. the ODE system. Default value is TRUE
xDimension
The dimension in which the x values are defined (Read-Only).
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
ospsuite::DotNetWrapper$initialize()
addPoints()
Adds one or more points to a table
TableFormula$addPoints(xValues, yValues)
xValues
x values (single value or array) in base unit for XDimension
yValues
y values (single value or array) in base unit for Dimension
removePoint()
Remove the point having the same x and y from the table
TableFormula$removePoint(xValue, yValue)
xValue
xValue value in base unit for XDimension
yValue
yValue value in base unit for Dimension
clearPoints()
Remove all points from the table
TableFormula$clearPoints()
setPoints()
Replace all points defined in the table with the new values given.
This is a convenience method for calling clearPoints
and addPoints
TableFormula$setPoints(xValues, yValues)
xValues
x values (single value or array) in base unit for XDimension
yValues
y values (single value or array) in base unit for Dimension
print()
Print the object to the console
TableFormula$print(...)
...
Rest arguments.
valueAt()
Returns the y defined for the x value in base unit. If not exact match is found, value will be interpolated between two existing points If the table contains no point, 0 is returned
TableFormula$valueAt(xValue)
xValue
x value for in base unit for which the yValue should be returned
printFormula()
Print the formula to the console
TableFormula$printFormula()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.