Description Usage Arguments References Examples
Generic functions for calling S3 generics with function objects, or objects that contain function objects.
In this package, such objects are often labelled, sf, for suitable function.
(They're also often used to represent probability distributions).
In general, it's easier to call the standard generic.
i.e. It's easier to call print() rather than ph.printf().
However, if using the standard generic, it's best not to name the first argument.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
The first argument. |
... |
Further arguments, for the S3 method. |
Refer to the vignette for an overview, references and better examples.
1 2 | print (BIWEIGHT.CKERNEL)
ph.printf (BIWEIGHT.CKERNEL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.