multi_local_l | R Documentation |
Wrapper for local_l
that allows local L-function to
be computed on each type of a multitype ppp
object
where type is specidied by the marks
column denoted by the parameter
which.marks
.
multi_local_l(points, which.marks = spatstat::marks(points), 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, local_l
values can be appended as
marks on the original ppp
object. Otherwise, a
fv
object is returned.
If rvalue
and mark.original
are specified,
a vector of L(r) values is appended to the original ppp
marks. If mark.original is not specified then the L(r) vector is simply returned.
If rvalue
is not specified, fv
object is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.