## S3 method for class 'ppp':
crossdist(X, Y, \dots, method="C")"ppp")."C" and "interpreted".[i,j] entry is the distance
from the i-th point in X
to the j-th point in Y. This is a method for the generic function crossdist
for point patterns (objects of class "ppp").
This function expects two
point patterns X and Y, and returns the matrix
whose [i,j] entry is the distance from X[i] to
Y[j].
The argument method is not normally used. It is
retained only for checking the validity of the software.
If method = "interpreted" then the distances are
computed using interpreted R code only. If method="C"
(the default) then C code is used.
The C code is faster by a factor of 4.
crossdist,
crossdist.default,
crossdist.psp,
pairdist,
nndist,
Gestdata(cells)
d <- crossdist(cells, runifpoint(6))Run the code above in your browser using DataLab