data(chorley)
chorley
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 larynx and lung |
indicating whether this is a case of cancer of the larynx |
ppp.object
for details of the format. The dataset chorley.extra
is a list with two components.
The first component plotit
is a function which will
plot the data in a sensible fashion. The second
component incin
is a list with entries x
and y
giving the location of the industrial incinerator. Coordinates are given in kilometres,
and the resolution is 100 metres (0.1 km)chorley
has a polygonal window with 132 edges
which closely approximates the boundary of the Chorley and South
Ribble Health Authority. Note that, due to the rounding of spatial coordinates,
the data contain duplicated points (two points at the
same location). To determine which points are duplicates,
use duplicated.ppp
.
To remove the duplication, use unique.ppp
.Diggle, P. (1990) A point process modelling approach to raised incidence of a rare phenomenon in the vicinity of a prespecified point. Journal of the Royal Statistical Soc. Series A 153, 349-362.
Diggle, P. and Rowlingson, B. (1994) A conditional approach to point process modelling of elevated risk. Journal of the Royal Statistical Soc. Series A 157, 433-440.
chorley
summary(chorley)
chorley.extra$plotit()
Run the code above in your browser using DataLab