PPC
The coordinates of black points are the observed values of the number of survivors (pooled replicates) for a given concentration (\(X\)-axis) and the corresponding predicted values (\(Y\)-axis). 95\ value, colored in green if this interval contains the observed value and in red otherwise. The bisecting line (y = x) is added to the plot in order to see if each prediction interval contains each observed value. As replicates are shifted on the x-axis, this line is represented by steps.
# S3 method for PPC
plot(
x,
xlab = "Observation",
ylab = "Prediction",
main = NULL,
dodge.width = 0,
...
)
an object of class ggplot
,
see function ggplot
an object of class PPC
label of the x-axis
label of the y-axis
tital of the graphic
dodging width. Dodging preserves the vertical position of an geom while adjusting the horizontal position.
Further arguments to be passed to generic methods
See position_dodge
for further details.