dr_plot | R Documentation |
Generic function to plot the predicted detection range.
dr_plot(x, ...)
## S3 method for class 'data.frame'
dr_plot(
x,
facet = TRUE,
xlab = "Distance",
ylab = "Proportion of Pings Detected",
...
)
## S3 method for class 'drfit'
dr_plot(
x,
facet = TRUE,
xlab = "Distance",
ylab = "Proportion of Pings Detected",
...
)
x |
The object. |
... |
Unused parameters. |
facet |
A flag indicating whether to facet plot by Station. |
xlab |
A string of the x-axis title. |
ylab |
A string of the y-axis title. |
data.frame
: method to plot predicted detection range from data.frame object
drfit
: method to plot predicted detection range from drfit object
dr_plot(detrange::range_obs)
fit <- dr_fit(detrange::range_obs)
dr_plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.