View source: R/genericevalhrz.R
| plot.hrzeval | R Documentation | 
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 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
)
| x | evaluation of a high-risk zone (object of class " | 
| ... | extra arguments passed to the generic  | 
| hrz | (optional) high-risk zone (object of class " | 
| 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 
 | 
| 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 | 
This is the plot method for the class hrzeval.
plot, eval_hrz, plot.highriskzone
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.