The dataset paracou
is a point pattern
(object of class "ppp"
) containing the spatial coordinates
of each tree, marked by age (a factor with levels adult
and
juvenile
. The survey region is a rectangle
approximately 400 by 525 metres. Coordinates are given in metres.
Note that 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
.
data(paracou)
Picard, N, Bar-Hen, A., Mortier, F. and Chadoeuf, J. (2009) The multi-scale marked area-interaction point process: a model for the spatial pattern of trees. Scandinavian Journal of Statistics 36 23--41
plot(paracou, cols=2:3, chars=c(16,3))
Run the code above in your browser using DataLab