plot_PriorPost {rbioacc}R Documentation

Plot Posterior over Prior

Description

Plot Posterior over Prior

Plot Posterior over Prior

Usage

plot_PriorPost(x, ...)

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

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

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".

Value

A plot of class ggplot.

A plot of class ggplot.


[Package rbioacc version 1.2.1 Index]