plot.designPrior {BayesRepDesign}R Documentation

Plot method for class "designPrior"

Description

Plot method for class "designPrior"

Usage

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

Arguments

x

Object of class "designPrior"

...

Other arguments passed to plot

Value

Plots the density of the design prior

Author(s)

Samuel Pawel

Examples

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)

[Package BayesRepDesign version 0.42 Index]