ppc {rPBK}R Documentation

Posterior predictive check plot

Description

Plots posterior predictive check for fitPBK

Usage

ppc(x, ...)

## S3 method for class 'fitPBK'
ppc(x, ...)

Arguments

x

an object used to select a method ppc

...

Further arguments to be passed to generic methods

Value

a plot of class ggplot

Examples

# (1) load a fitPBK object
data("fitPBK_C4")
# (2) plot ppc of bayesian fitting
ppc(fitPBK_C4)



[Package rPBK version 0.2.4 Index]