Given a pattern of points X1
and X2
, each with quantitative marks, for example growth as diameter. What would be the strategy for bivariate comparison between the X1 and X2 pattern points, using a mark correlation function (markcorr
), for example?
I saw in the spatstat book that there are strategies to transform the quantitative marks into qualitative marks, in order to divide them into groups or size classes, and then a bivariate correlation test with the qualitative marks.
However, my objective would be to evaluate how the individuals of a pattern of spots of an sp1 (x1
) species with different sizes and diameters, are distributed as a function of size in relation to the pattern of spots of the sp2 species (X2
), with also varied diameters. For example, using a bivariate mark correlation function. Is it possible in spatstat
? If yes, what is the strategy?