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 |
... |
addition arguments |
select |
A string selecting the parameters. Defaults is |
Value
A plot of class ggplot
.
A plot of class ggplot
.
[Package rbioacc version 1.2.1 Index]