Description Objects from the Class Slots Extends Methods Author(s) Examples
This class is primarily used to label functions that we generate as a default implementation of an R function. This allows us to test whether the function has been provided by the user or is just a degenerate function.
Objects can be created by calls of the form new("DegenerateDeviceFunction", functionObject).
.Data:Object of class "function"
Class "function", from data part.
Class "OptionalFunction", by class "function", distance 2.
Class "PossibleMethod", by class "function", distance 2.
Class "FunctionOrNULL", by class "function", distance 2.
No methods defined with class "DegenerateDeviceFunction" in the signature.
Duncan Temple Lang
1 | showClass("DegenerateDeviceFunction")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.