plotDPC | R Documentation |
Plot the detection probability curve
plotDPC(
dpcFit,
add.jitter = TRUE,
jitter.amount = NULL,
point.cex = 0.2,
lwd = 2,
ylim = c(0, 1)
)
dpcFit |
The DPC fit results. |
add.jitter |
Logical. Whether to add jitter to the detected proportion axis. |
jitter.amount |
Amount of jittering. |
point.cex |
Size of the points. |
lwd |
Line width. |
ylim |
Limits of the y-axis. |
The plot.
# See the vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.