plot,Survey.Design,ANY-method {dssd} | R Documentation |
Plot
Description
Plots the coverage scores contained within an object of class 'Survey.Design' and provides a colour key relating to the coverage scores. This allows the user to assess how even the coverage is across the survey region.
Usage
## S4 method for signature 'Survey.Design,ANY'
plot(x, y, strata.id = numeric(0), col.breaks = NULL, subtitle = "", ...)
Arguments
x |
object of class Survey.Design |
y |
not used |
strata.id |
a numeric value indicating the index of the strata you wish to plot. |
col.breaks |
the number of break point in the colour scale representing the coverage scores. |
subtitle |
a subtitle for the plot. |
... |
not implemented for this class. |
[Package dssd version 1.0.2 Index]