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