plot.designPrior {BayesRepDesign} | R Documentation |
"designPrior"
Plot method for class "designPrior"
## S3 method for class 'designPrior'
plot(x, ...)
x |
Object of class |
... |
Other arguments passed to |
Plots the density of the design prior
Samuel Pawel
dp <- designPrior(to = 2.3123, so = 0.1, mu = 1.1, tau = 0.2)
plot(dp)
plot(dp, xlim = c(0, 5), length.out = 500)