dyeType {RDML} | R Documentation |
dyeType R6 class.
Description
Detailed information about the dye. Inherits: rdmlBaseType.
Format
An R6Class
generator object.
Initialization
dyeType$new(id, description = NULL)
@section Fields:
id
idType. Identificator.
description
-
checkString. Description.
Super class
RDML::rdmlBaseType
-> dyeType
Methods
Public methods
Inherited methods
Method new()
Usage
dyeType$new(id, description = NULL)
Method clone()
The objects of this class are cloneable with this method.
Usage
dyeType$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package RDML version 1.1 Index]