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.
# S3 method for 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
)
evaluation of a high-risk zone (object of class "hrzeval
")
extra arguments passed to the generic plot
function.
(optional) high-risk zone (object of class "highriskzone
")
(optional) observed point pattern
logical flag; should the high-risk zone be plotted?
logical flag; should the observed point pattern be plotted?
the color used to plot the observation window
the color used to plot the unobserved events inside the high-risk zone
the color used to plot the unobserved events outside the high-risk zone
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
.
plotting 'character' of the unobserved events outside the high-risk zone
the color used to plot the high-risk zone
the color used to plot the observed events
plotting 'character' of the observed events
This is the plot method for the class hrzeval
.
plot
, eval_hrz
, plot.highriskzone