ppc | R Documentation |
Plots posterior predictive check for fitPBK
ppc(x, ...)
## S3 method for class 'fitPBK'
ppc(x, ...)
x |
an object used to select a method |
... |
Further arguments to be passed to generic methods |
a plot of class ggplot
# (1) load a fitPBK object
data("fitPBK_C4")
# (2) plot ppc of bayesian fitting
ppc(fitPBK_C4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.