Learn R Programming

BeeGUTS (version 1.5.0)

plot.ppc: Plotting method for ppc objects

Description

Plotting method for ppc objects

Usage

# S3 method for ppc
plot(x, ...)

Value

an object of class ggplot.

Arguments

x

An object of class ppc.

...

Further arguments to be passed to generic methods.

Examples

Run this code
data(fitBetacyfluthrin_Chronic)
out <- ppc(fitBetacyfluthrin_Chronic)
plot(out)

Run the code above in your browser using DataLab