print.densityFunction {truelies} | R Documentation |
Print/plot an object of class densityFunction
.
Description
Print/plot an object of class densityFunction
.
Usage
## S3 method for class 'densityFunction'
print(x, ...)
## S3 method for class 'densityFunction'
plot(x, ...)
Arguments
x |
The object |
... |
Unused |
Examples
d1 <- update_prior(33, 50, P = 0.5, prior = stats::dunif)
d1
plot(d1)
# show the actual R code (techies only)
unclass(d1)
[Package truelies version 0.2.0 Index]