plot.highriskzone {highriskzone} | R Documentation |
Plot a high-risk zone
Description
Plot a high-risk zone.
Usage
## S3 method for class 'highriskzone'
plot(
x,
...,
pattern = NULL,
win = NULL,
plotpattern = FALSE,
plotwindow = FALSE,
windowcol = "white",
usegpclib = FALSE,
zonecol = "grey"
)
Arguments
x |
high-risk zone (object of class " |
... |
extra arguments passed to the generic |
pattern |
spatial point pattern for which the highriskzone was determined. |
win |
observation winodw |
plotpattern |
logical flag; if |
plotwindow |
logical flag; if |
windowcol |
the color used to plot the observation window |
usegpclib |
logical flag; if |
zonecol |
the colour used to plot the high-risk zone. |
Details
This is the plot method for the class highriskzone
.
See Also
plot
, for examples see det_hrz
[Package highriskzone version 1.4.9 Index]