opts_S4 {constructive} | R Documentation |
Constructive options for class 'S4'
Description
These options will be used on objects of class 'S4'. Note that the support for S4 is very experimental so might easily break. Please report issues if it does.
Usage
opts_S4(constructor = c("new"), ...)
Arguments
constructor |
String. Name of the function used to construct the object, see Details section. |
... |
Additional options used by user defined constructors through the |
Value
An object of class <constructive_options/constructive_options_S4>
[Package constructive version 1.0.1 Index]