ParameterRange | R Documentation |
A parameter range typically used in the definition of PopulationCharacteristics
covariates (Height, Weight etc...)
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> ParameterRange
min
Minimum value for the parameter range
max
Maximum value for the parameter range
unit
Unit in which the value is defined
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()
new()
Initialize a new instance of the class
ParameterRange$new(netObject = NULL, min = NULL, max = NULL, unit = NULL)
netObject
Optional NetObject
of ParameterRange
. If not defined, a new instance will be created
min
Optional minimum value for the range
max
Optional minimum value for the range
unit
Optional unit of the specified min and max
A new ParameterRange
object.
print()
Print the object to the console
ParameterRange$print(...)
...
Rest arguments.
printValue()
Print the the parameter in one line
ParameterRange$printValue(caption)
caption
Caption to display before the value of the parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.