Rdocumentation
powered by
Learn R Programming
RDML (version 0.9-1)
temperatureType: temperatureType R6 class.
Description
This step keeps a constant temperature on the heat block. Inherits:
baseTemperatureType
.
Usage
temperatureType
Arguments
Format
An
R6Class
generator object.
Initialization
temperatureType$new(temperature, ...)
Fields
temperature
double
. The temperature of the step in degrees Celsius.
...
Params of parent class
baseTemperatureType
.