plot.highriskzone: Plot a high-risk zone

View source: R/generichrz.R

plot.highriskzoneR 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 "highriskzone")

...

extra arguments passed to the generic plot function

pattern

spatial point pattern for which the highriskzone was determined.

win

observation winodw

plotpattern

logical flag; if TRUE, the point pattern is plotted.

plotwindow

logical flag; if TRUE, the observation window is plotted.

windowcol

the color used to plot the observation window

usegpclib

logical flag; if TRUE, the observation window is transformed in a polygonal window (object of class "owin" and of type "polygonal"). See as.polygonal

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


highriskzone documentation built on Aug. 29, 2023, 3:01 p.m.