plot.ppc: Plotting method for 'ppc' objects

View source: R/plotBeeGUTS.R

plot.ppcR Documentation

Plotting method for ppc objects

Description

Plotting method for ppc objects

Usage

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

Arguments

x

An object of class ppc.

...

Further arguments to be passed to generic methods.

Value

an object of class ggplot.

Examples

data(fitBetacyfluthrin_Chronic)
out <- ppc(fitBetacyfluthrin_Chronic)
plot(out)


BeeGUTS documentation built on Oct. 30, 2024, 9:14 a.m.