plot.Detectability-methods: Plot

Description Usage Arguments

Description

Plots an S4 object of class 'Detectability'

Usage

 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 = "",
  ...
)

Arguments

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


DSsim documentation built on March 26, 2020, 7:39 p.m.