data("imdepi")
## assume different interaction ranges and simplify polygons
imdepi2 <- update(imdepi, eps.t = 20, eps.s = Inf, nCircle2Poly = 16)
(s <- summary(imdepi))
(s2 <- summary(imdepi2))
## changed the number of infectives (along time), which is smaller now
## because the length of the infectious periods is reduced, as well as
## the set of potential sources of transmission for each event, since
## the interaction is shorter in time but wider in space (eps.s=Inf
## means interaction over the whole observation region)
Run the code above in your browser using DataLab