quantityType: quantityType R6 class.

quantityTypeR Documentation

quantityType R6 class.

Description

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

Format

An R6Class generator object.

Initialization

quantityType$new(value, unit)

@section Fields:

value

checkNumber. Value.

unit

quantityUnitType. Unit.

Super class

RDML::rdmlBaseType -> quantityType

Methods

Public methods

Inherited methods

Method new()

Usage
quantityType$new(value, unit)

Method clone()

The objects of this class are cloneable with this method.

Usage
quantityType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


kablag/RDML documentation built on Oct. 20, 2022, 5:47 a.m.