Plots an S4 object of class 'Detectability'
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S4 method for signature 'Detectability,ANY'
plot(
x,
y,
add = FALSE,
plot.units = character(0),
region.col = NULL,
gap.col = NULL,
main = "",
...
)
## S4 method for signature 'Detectability,Population.Description'
plot(
x,
y,
add = FALSE,
plot.units = character(0),
region.col = NULL,
gap.col = NULL,
main = "",
...
)
|
x |
object of class Detectability |
y |
object of class Population.Description |
add |
logical indicating whether it should be added to existing plot |
plot.units |
allows for units to be converted between m and km |
region.col |
fill colour for the region |
gap.col |
fill colour for the gaps |
main |
character plot title |
... |
other general plot parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.