Plot's an object of class Region with optionally a set of transects or the points of a coverage grid if supplied as the y argument.
# S4 method for Region,ANY
plot(
x,
y,
main = "",
region.col = "default",
strata = "all",
line.col = gray(0.2),
legend.params = list()
)# S4 method for Region,Transect
plot(
x,
y,
main = "",
region.col = "default",
strata = "all",
line.col = gray(0.2),
col = "blue",
lwd = 1,
covered.area = FALSE,
legend.params = list()
)
# S4 method for Region,Coverage.Grid
plot(
x,
y,
main = "",
region.col = "default",
strata = "all",
line.col = gray(0.2),
col = "black",
cex = 1
)
returns a ggplot object
object of class Region or inheriting from Survey
an object inheriting from class Transect or an object of class Coverage.Grid
the main title for the plot
colours for the strata
the strata name or number to be plotted. By default all strata will be plotted.
sets the line colour for the lines around the survey region.
deprecated since implementation of ggplot2
sets the colour of the transects / coverage grid points
sets the line width of the transects
boolean value saying whether the covered area should be plotted.
affects the size of the point on the coverage grid