# Gemetric shape that is highly structured.
data(geom000)
Aindex(geom000)
Aindex(geom000, dx=4, dy=4)
# Two separate areas with highly structured shapes, but far away from each other.
data(pert000)
data(pert006)
data(ICPg240Locs)
hold <- make.SpatialVx(pert000, pert006, loc=ICPg240Locs,
projection=TRUE, map=TRUE, loc.byrow = TRUE,
field.type="Precipitation", units="mm/h",
data.name=c("ICP Perturbed Cases", "pert000", "pert006"))
plot(hold, set.pw=TRUE)
Aindex(hold, thresh=20, dx=4, dy=4)
Run the code above in your browser using DataLab