Learn R Programming

bivariate (version 0.7.0)

31_bridging_functions: New Generic Functions

Description

New generic functions for printing/plotting function objects.

Usage

bv.printf (…)
bv.plotf (…)

# S3 method for BV print(x, …) # S3 method for TV print(x, …) # S3 method for BV plot(x, …) # S3 method for 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.