31_bridging_functions: New Generic Functions

Description Usage Arguments Details References

Description

New generic functions for printing/plotting function objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
bv.printf (...)
bv.plotf (...)

## S3 method for class 'BV'
print(x, ...)
## S3 method for class 'TV'
print(x, ...)
## S3 method for class 'BV'
plot(x, ...)
## S3 method for class 'TV'
plot(x, ...)

Arguments

x

The first argument.

...

Arguments for specific methods.

Details

In general, do not call bv.printf and bv.plotf.
Call print and plot instead.
(These call bv.printf and bv.plotf).

References

Refer to the vignette for an overview, references, theoretical background and better examples.


bivariate documentation built on April 11, 2021, 9:06 a.m.