plot.hrzeval: Visualize the evaluation of a high-risk zone.

View source: R/genericevalhrz.R

plot.hrzevalR Documentation

Visualize the evaluation of a high-risk zone.

Description

Plot a visualization of the evaluation of a high-risk zone. At least the observation window and the unobserved events inside and outside the high-risk zone are plotted.

Usage

## S3 method for class 'hrzeval'
plot(
  x,
  ...,
  hrz = NULL,
  obspp = NULL,
  plothrz = FALSE,
  plotobs = FALSE,
  windowcol = "white",
  insidecol = "blue",
  outsidecol = "red",
  insidepch = 20,
  outsidepch = 19,
  zonecol = "grey",
  obscol = "black",
  obspch = 1
)

Arguments

x

evaluation of a high-risk zone (object of class "hrzeval")

...

extra arguments passed to the generic plot function.

hrz

(optional) high-risk zone (object of class "highriskzone")

obspp

(optional) observed point pattern

plothrz

logical flag; should the high-risk zone be plotted?

plotobs

logical flag; should the observed point pattern be plotted?

windowcol

the color used to plot the observation window

insidecol

the color used to plot the unobserved events inside the high-risk zone

outsidecol

the color used to plot the unobserved events outside the high-risk zone

insidepch

plotting 'character' of the unobserved events inside the high-risk zone, i.e., symbol to use. This can either be a single character or an integer code for one of a set of graphics symbols. The full set of S symbols is available with pch=0:18, see points.

outsidepch

plotting 'character' of the unobserved events outside the high-risk zone

zonecol

the color used to plot the high-risk zone

obscol

the color used to plot the observed events

obspch

plotting 'character' of the observed events

Details

This is the plot method for the class hrzeval.

See Also

plot, eval_hrz, plot.highriskzone


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