Learn R Programming

RDML (version 1.1)

measureType: measureType R6 class.

Description

Can take values:

real time

meltcurve

Inherits: enumType.

Arguments

Format

An R6Class generator object.

Initialization

measureType$new(value)

@section Fields:

value

checkString.

Super classes

RDML::rdmlBaseType -> RDML::enumType -> measureType

Methods

Public methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

measureType$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.