data(humberside)humberside is
an object of class "ppp"
representing a marked point pattern.
Entries include
x |
| Cartesian $x$-coordinate of home address |
y |
| Cartesian $y$-coordinate of home address |
marks |
factor with levels case and control |
| indicating whether this is a disease case |
ppp.object for details of the format. The dataset humberside.convex is an object of the
same format, representing the same point pattern data,
but contained in a larger, 5-sided convex polygon.duplicated.ppp.
To remove the duplication, use unique.ppp. Two versions of the dataset are supplied, both containing the
same point coordinates, but using different windows.
The dataset humberside has a polygonal window with 102 edges
which closely approximates the Humberside region,
while humberside.convex has a convex 5-sided polygonal window
originally used by Diggle and Chetwynd (1991) and shown in
Figure 1 of that paper. (This pentagon has been modified slightly
from the original data, by shifting two vertices horizontally by 1 unit,
so that the pentagon contains all the data points.)P.J. Diggle and A.G. Chetwynd (1991) Second-order analysis of spatial clustering for inhomogeneous populations. Biometrics 47 (1991) 1155-1163.
humberside
summary(humberside)
plot(humberside)
plot(Window(humberside.convex), add=TRUE, lty=2)
Run the code above in your browser using DataLab