Learn R Programming

RDML (version 0.9-1)

quantityType: quantityType R6 class.

Description

A quantity is always defined by its value and its unit.Inherits: rdmlBaseType.

Usage

quantityType

Arguments

Format

An R6Class generator object.

Initialization

quantityType$new(value, unit)

Fields

value
is.double. Value.
unit
quantityUnitType. Unit.