plotPrior: Plot a parametric distribution where the distribution is...

Description Usage Arguments

Description

For the distribution "xxx" the functions "qxxx()" and "dxxx()" need to be defined and available

Usage

1
2
3
4
5
plotPrior(priorfun = "norm", prior_args = list(),
  col = pal.dark(cblue), fill = pal.dark(cblue, 0.25),
  ylab = "Density", xlab = "x", plotquantile = TRUE, grid = TRUE,
  positive = TRUE, invert = FALSE, meaninrealspace = FALSE,
  scaling = 1, add = FALSE, xlims = NULL, ylims = NULL, ...)

Arguments

priorfun

Family of distributions e.g. norm or beta

prior_args

List of arguments for priorfun e.g. list(mean=1,sd=0.5)

meaninrealspace

Only applies to lognormal distribution


laduplessis/bdskytools documentation built on May 20, 2019, 7:33 p.m.