linearKdot(X, i, 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)
.
"none"
or "Ang"
. See Details.
"fv"
(see fv.object
).
i
is interpreted as a
level of the factor marks(X)
. Beware of the usual
trap with factors: numerical values are not
interpreted in the same way as character values.Kdot
for a point pattern on a linear network (object of class "lpp"
). The argument i
will be interpreted as
levels of the factor marks(X)
.
If i
is missing, it defaults to the first
level of the marks factor.
The argument r
is the vector of values for the
distance $r$ at which $Ki.(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.
Kdot
,
linearKcross
,
linearK
.
data(chicago)
K <- linearKdot(chicago, "assault")
Run the code above in your browser using DataLab