opts_hexmode {constructive} | R Documentation |
Constructive options for class 'hexmode'
Description
These options will be used on objects of class 'hexmode'.
Usage
opts_hexmode(constructor = c("as.hexmode", "next"), ..., integer = FALSE)
Arguments
constructor |
String. Name of the function used to construct the object. |
... |
Additional options used by user defined constructors through the |
integer |
Whether to use |
Details
Depending on constructor
, we construct the object as follows:
-
"as.hexmode"
(default): We build the object usingas.hexmode()
-
"next"
: Use the constructor for the next supported class.
Value
An object of class <constructive_options/constructive_options_hexmode>
[Package constructive version 1.0.1 Index]