Learn R Programming

vfunc (version 1.0)

vf-class: Class "vf"

Description

Class vf stands for “virtual function”

Arguments

Objects from the Class

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

Slots

.Data:

Object of class "function"

Methods

Arith

signature(e1 = "function", e2 = "vf"): ...

Arith

signature(e1 = "ANY", e2 = "vf"): ...

Arith

signature(e1 = "vf", e2 = "function"): ...

Arith

signature(e1 = "vf", e2 = "missing"): ...

Arith

signature(e1 = "vf", e2 = "ANY"): ...

Arith

signature(e1 = "vf", e2 = "vf"): ...

as.function

signature(x = "vf"): ...

as.vf

signature(x = "vf"): ...

coerce

signature(from = "function", to = "vf"): ...

coerce

signature(from = "ANY", to = "vf"): ...

coerce

signature(from = "vf", to = "function"): ...

Compare

signature(e1 = "function", e2 = "vf"): ...

Compare

signature(e1 = "ANY", e2 = "vf"): ...

Compare

signature(e1 = "vf", e2 = "function"): ...

Compare

signature(e1 = "vf", e2 = "ANY"): ...

Compare

signature(e1 = "vf", e2 = "vf"): ...

Math

signature(x = "vf"): ...

Author

Robin K. S. Hankin

Examples

Run this code
showClass("vf")

Run the code above in your browser using DataLab