Learn R Programming

bivariate (version 0.7.0)

41_print_methods: Print and Plot Methods

Description

Print methods for bv (bivariate) and tv (trivariate) objects.

Usage

# S3 method for BV
bv.printf(sf, …)
# S3 method for TV
bv.printf(sf, …)

Arguments

sf

A bv or tv object.

Ignored.

References

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

Examples

Run this code
# NOT RUN {
f <- nbvpdf ()

print (f)
plot (f)
# }

Run the code above in your browser using DataLab