vf-class: Class '"vf"'

vf-classR Documentation

Class "vf"

Description

Class vf stands for “virtual function”

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(s)

Robin K. S. Hankin

Examples

showClass("vf")

vfunc documentation built on Aug. 8, 2025, 6:20 p.m.