print.densityFunction: Print/plot an object of class 'densityFunction'.

Description Usage Arguments Examples

Description

Print/plot an object of class densityFunction.

Usage

1
2
3
4
5
## S3 method for class 'densityFunction'
print(x, ...)

## S3 method for class 'densityFunction'
plot(x, ...)

Arguments

x

The object

...

Unused

Examples

1
2
3
4
5
6
d1 <- update_prior(33, 50, P = 0.5, prior = stats::dunif)
d1
plot(d1)

# show the actual R code (techies only)
unclass(d1)

hughjonesd/truelies documentation built on Sept. 19, 2021, 1:20 a.m.