##
## This is effectively an internal function, so the example is commented out
## in order for R's check to run faster.
##
if (FALSE) {
data( "geom001" )
data( "geom000" )
data( "ICPg240Locs" )
hold <- make.SpatialVx( geom000, geom001, thresholds = c(0.01,50.01),
loc = ICPg240Locs, map = TRUE, projection = TRUE, loc.byrow = TRUE,
units = "mm/h", data.name = "Geometric", obs.name = "observation",
model.name = "case 1" )
look <- hoods2d(hold, levels=c(1, 3, 5, 33, 65),
verbose=TRUE)
plot( look)
}
Run the code above in your browser using DataLab