41_print_methods: Print and Plot Methods

Description Usage Arguments References Examples

Description

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

Usage

1
2
3
4
## S3 method for class 'BV'
bv.printf(sf, ...)
## S3 method for class '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

1
2
3
4
f <- nbvpdf ()

print (f)
plot (f)

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