plot.ppc {BeeGUTS} | R Documentation |
ppc
objectsPlotting method for ppc
objects
## S3 method for class 'ppc'
plot(x, ...)
x |
An object of class |
... |
Further arguments to be passed to generic methods. |
an object of class ggplot
.
data(fitBetacyfluthrin_Chronic)
out <- ppc(fitBetacyfluthrin_Chronic)
plot(out)