gradientType: gradientType R6 class.

gradientTypeR Documentation

gradientType R6 class.

Description

Details of the temperature gradient across the PCR block. Inherits: baseTemperatureType.

Format

An R6Class generator object.

Initialization

gradientType$new(highTemperature,
  lowTemperature, ...)

Fields

highTemperature

checkNumber. The highest temperature of the gradient in degrees Celsius.

lowTemperature

checkNumber. The lowest temperature of the gradient in degrees Celsius.

...

Params of parent class baseTemperatureType.

Super classes

RDML::rdmlBaseType -> RDML::baseTemperatureType -> gradientType

Methods

Public methods

Inherited methods

Method new()

Usage
gradientType$new(highTemperature, lowTemperature, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
gradientType$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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