DegenerateDeviceFunction-class: Represents a proxy or stand-in function generated as a...

Description Objects from the Class Slots Extends Methods Author(s) Examples

Description

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 from the Class

Objects can be created by calls of the form new("DegenerateDeviceFunction", functionObject).

Slots

.Data:

Object of class "function"

Extends

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.

Methods

No methods defined with class "DegenerateDeviceFunction" in the signature.

Author(s)

Duncan Temple Lang

Examples

1
showClass("DegenerateDeviceFunction")

omegahat/RGraphicsDevice documentation built on Jan. 18, 2022, 4:37 a.m.