binMeasLISA | R Documentation |
Binarise the measurement using local indicators of spatial association (LISAs) implemented in the package elsa.
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
)
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. |
Binarise the measurement using LISAs
an arcosTS object.
cat("no examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.