Skip to contents

A parameter range typically used in the definition of PopulationCharacteristics covariates (Height, Weight etc...)

Super classes

rSharp::NetObject -> DotNetWrapper -> ParameterRange

Active bindings

min

Minimum value for the parameter range

max

Maximum value for the parameter range

unit

Unit in which the value is defined

Methods

Inherited methods


ParameterRange$new()

Initialize a new instance of the class

Usage

ParameterRange$new(netObject = NULL, min = NULL, max = NULL, unit = NULL)

Arguments

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

Returns

A new ParameterRange object.


ParameterRange$print()

Print the object to the console

Usage

ParameterRange$print(...)

Arguments

...

Rest arguments.


ParameterRange$printValue()

Print the parameter in one line

Usage

ParameterRange$printValue(caption)

Arguments

caption

Caption to display before the value of the parameter


ParameterRange$getPrintValue()

Return a string for printing the parameter in one line

Usage

ParameterRange$getPrintValue()

Returns

A string for printing the parameter in one line