multi_local_lcross: Cross-type Local L-function analysis

View source: R/cluster.R

multi_local_lcrossR Documentation

Cross-type Local L-function analysis

Description

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.

Usage

multi_local_lcross(points, which.marks = NULL, rvalue = NULL,
  mark.original = FALSE, ...)

Arguments

points

multitype ppp object

which.marks

string specifies the column of the ppp marks data.frame that denotes points types.

rvalue

radius of to determine L-function at.

mark.original

if rvalue is specified, local L-function values can be appended to the original ppp object as a new column in marks.

...

argument passed to local_l

Details

If an r-value is specified, localL values can be appended as marks on the original ppp object.

Value

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.

See Also

local_k_cross local_l_cross


keithschulze/supr documentation built on Nov. 26, 2022, 7:09 a.m.