binMeasLISA: "Binarise the measurement using LISAs"

View source: R/binMeasLISA.R

binMeasLISAR Documentation

"Binarise the measurement using LISAs"

Description

Binarise the measurement using local indicators of spatial association (LISAs) implemented in the package elsa.

Usage

binMeasLISA(
  obj,
  d1 = 1,
  d2 = 10,
  statistic = c("localmoran", "localgeary", "localG", "localG*"),
  binThr = 0.5,
  binThrAsFrac = F
)

## S3 method for class 'arcosTS'
binMeasLISA(
  obj,
  d1 = 1,
  d2 = 10,
  statistic = c("localmoran", "localgeary", "localG", "localG*"),
  binThr = 0.5,
  binThrAsFrac = F
)

Arguments

obj

an arcosTS object.

d1

numeric lower bound of local distance; default 0.

d2

numeric upper bound of local distance; default 1.

statistic

a character string specifying the LISA statistic that should be calculated. This can be one of "localmoran", "localgeary", "localG" or "localG*".

binThr

a double, threshold for signal binarisation, default 0.5.

binThrAsFrac

logical; if FALSE, the binThr is used as a fixed threshold to binarisa LISA; if TRUE, the binThr is treated as a fraction of LISA values independently per frame; default FALSE.

Details

Binarise the measurement using LISAs

Value

an arcosTS object.

Examples

cat("no examples")

dmattek/ARCOS documentation built on Dec. 5, 2024, 11:02 p.m.