| vf-class | R Documentation |
"vf"Class vf stands for “virtual function”
Objects can be created by calls of the form new("vf", ...).
.Data:Object of class "function"
signature(e1 = "function", e2 = "vf"): ...
signature(e1 = "ANY", e2 = "vf"): ...
signature(e1 = "vf", e2 = "function"): ...
signature(e1 = "vf", e2 = "missing"): ...
signature(e1 = "vf", e2 = "ANY"): ...
signature(e1 = "vf", e2 = "vf"): ...
signature(x = "vf"): ...
signature(x = "vf"): ...
signature(from = "function", to = "vf"): ...
signature(from = "ANY", to = "vf"): ...
signature(from = "vf", to = "function"): ...
signature(e1 = "function", e2 = "vf"): ...
signature(e1 = "ANY", e2 = "vf"): ...
signature(e1 = "vf", e2 = "function"): ...
signature(e1 = "vf", e2 = "ANY"): ...
signature(e1 = "vf", e2 = "vf"): ...
signature(x = "vf"): ...
Robin K. S. Hankin
showClass("vf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.