data(spruces)
"ppp"
representing the point pattern of tree locations
in a 56 x 38 metre sampling region. Each tree is marked
with its diameter at breast height. All values are given in metres. See ppp.object
for details of the format of a
point pattern object. The marks are numeric.
These data have been analysed by Fiksel (1984, 1988), Stoyan et al (1987), Penttinen et al (1992) and Goulard et al (1996).
Penttinen, A., Stoyan, D. and Henttonen, H. (1992) Marked point processes in forest statistics. Forest Science 38, 806--824.
Stoyan, D., Kendall, W.S. and Mecke, J. (1987) Stochastic Geometry and its Applications. Wiley.
data(spruces)
plot(spruces)
# To reproduce Goulard et al. Figure 3
plot(spruces, maxsize=5*max(spruces$marks))
plot(unmark(spruces), add=TRUE)
Run the code above in your browser using DataLab