SnapshotParameter | R Documentation |
A parameter typically used in the definition of IndividualCharacteristics
covariates (Height, Weight etc...)
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> SnapshotParameter
value
Parameter value
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
SnapshotParameter$new(netObject = NULL, value = NULL, unit = NULL)
netObject
Optional NetObject
. If not defined, a new instance will be created
value
Optional value of the parameter.
unit
Optional unit of the value specified.
A new SnapshotParameter
object.
print()
Print the object to the console
SnapshotParameter$print(...)
...
Rest arguments.
printValue()
Print the the parameter in one line
SnapshotParameter$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.