multi_local_lcross | R Documentation |
Wrapper for local_l_cross
that allows cross-type
local L-function to be computed for specified multitype
ppp
object using marks
specified by the
parameter which.marks
.
multi_local_lcross(points, which.marks = NULL, rvalue = NULL, mark.original = FALSE, ...)
points |
multitype |
which.marks |
string specifies the column of the |
rvalue |
radius of to determine L-function at. |
mark.original |
if rvalue is specified, local L-function values can be
appended to the original |
... |
argument passed to |
If an r-value is specified, localL values can be appended as marks on the
original ppp
object.
If rvalue
and mark.original
are specified,
a vector of L(r)cross values is appended to the original ppp
marks. If mark.original is not specified then the L(r)cross vector is simply returned.
If rvalue
is not specified, fv
object is returned.
local_k_cross
local_l_cross
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.