Learn R Programming

rbioacc (version 1.2.1)

plot_PriorPost: Plot Posterior over Prior

Description

Plot Posterior over Prior

Plot Posterior over Prior

Usage

plot_PriorPost(x, ...)

# S3 method for fitTK plot_PriorPost(x, select = "all", ...)

# S3 method for df_PP plot_PriorPost(x, select = "all", ...)

Value

A plot of class ggplot.

A plot of class ggplot.

Arguments

x

A data.frame of class df_PP returned by the function df_PriorPost().

...

addition arguments

select

A string selecting the parameters. Defaults is "all" and select all parameters. Deterministic parameters can be selected by setting "deterministic" and stochastic parameter with "stochastic".