plotSummary {HDSpatialScan} | R Documentation |
Generic function to plot a summary
Description
This function is a generic function to plot a summary.
Usage
plotSummary(x, ...)
Arguments
x |
An object for which the summary is to be plotted. |
... |
Additional arguments affecting the summary produced. |
Value
No value returned, plots the summary.
See Also
plotSummary.ResScanOutputMulti
, plotSummary.ResScanOutputUniFunct
and plotSummary.ResScanOutputMultiFunct
Examples
library(sp)
data("map_sites")
data("multi_data")
coords <- coordinates(map_sites)
res_mnp <- SpatialScan(method = "MNP", data = multi_data, sites_coord = coords,
system = "WGS84", mini = 1, maxi = nrow(coords)/2,
variable_names = c("NO2", "O3", "PM10", "PM2.5"))$MNP
plotSummary(x = res_mnp, type = "mean")
[Package HDSpatialScan version 1.0.4 Index]