Learn R Programming

rPBK (version 0.2.5)

plot.fitPBK: 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 fitPBK
plot(x, ...)

Value

a plot of class ggplot

Arguments

x

And object returned by fitPBK

...

Additional arguments

Examples

Run this code
# (1) load a fitPBK object
data("fitPBK_C4")
# (2) plot result of bayesian fitting
plot(fitPBK_C4)

Run the code above in your browser using DataLab