| co_cluster_l_cross | R Documentation |
Performs self- and cross-type local L-function analysis at a specified
radius on a multi-type PPP object. The column of marks to use for types
is specified using the which.marks. Users have the option to return
either a data.frame containing 2 columns with the self- and cross-type
local L-function values or the original PPP where the self- and cross-type
local L-function value are added to the marks.
co_cluster_l_cross(points, rvalue, which.marks = NULL, mark.original = FALSE, ...)
points |
A point pattern (object of class |
rvalue |
A single value of the distance argument r at which the L-function should be computed. |
which.marks |
Specifies the column of marks to use as types. Must be specified is the PPP has multiple mark categories. |
mark.original |
Logical value specifying whether the original point pattern should be marked with the output and returned. |
... |
Extra arguments are passed to the |
Self- and cross-type local L-functions values for each point are returned as either:
data.frame (if mark.original is FALSE)
marks in the original points (ppp) object passed as
as argument (if mark.original is TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.