| plot.ppc {BeeGUTS} | R 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 |
... |
Further arguments to be passed to generic methods. |
Value
an object of class ggplot.
Examples
data(fitBetacyfluthrin_Chronic)
out <- ppc(fitBetacyfluthrin_Chronic)
plot(out)
[Package BeeGUTS version 1.1.3 Index]