powered by
densityFunction
Print/plot an object of class densityFunction.
# S3 method for densityFunction print(x, ...)# S3 method for densityFunction plot(x, ...)
# S3 method for densityFunction plot(x, ...)
The object
Unused
# NOT RUN { d1 <- update_prior(33, 50, P = 0.5, prior = stats::dunif) d1 plot(d1) # show the actual R code (techies only) unclass(d1) # }
Run the code above in your browser using DataLab