plot.fitPBK {rPBK} | R Documentation |
Plotting method for fitPBK
objects
Description
This is the generic plot
S3 method for the
fitTK
. It plots the fit obtained for each
variable in the original dataset.
Usage
## S3 method for class 'fitPBK'
plot(x, ...)
Arguments
x |
And object returned by |
... |
Additional arguments |
Value
a plot of class ggplot
Examples
# (1) load a fitPBK object
data("fitPBK_C4")
# (2) plot result of bayesian fitting
plot(fitPBK_C4)
[Package rPBK version 0.2.4 Index]