linearKcross(X, i, j, r=NULL, ..., correction="Ang")
"lpp"
which
must be a multitype point pattern (a marked point pattern
whose marks are a factor).
X
from which distances are measured.
Defaults to the first level of marks(X)
.
X
to which distances are measured.
Defaults to the second level of marks(X)
.
"none"
or "Ang"
. See Details.
"fv"
(see fv.object
).
i
and j
are interpreted as
levels of the factor marks(X)
. Beware of the usual
trap with factors: numerical values are not
interpreted in the same way as character values.Kcross
for a point pattern on a linear network (object of class "lpp"
). The arguments i
and j
will be interpreted as
levels of the factor marks(X)
.
If i
and j
are missing, they default to the first
and second level of the marks factor, respectively.
The argument r
is the vector of values for the
distance $r$ at which $Kij(r)$ should be evaluated.
The values of $r$ must be increasing nonnegative numbers
and the maximum $r$ value must not exceed the radius of the
largest disc contained in the window.
linearKdot
,
linearK
.
data(chicago)
K <- linearKcross(chicago, "assault", "robbery")
Run the code above in your browser using DataLab