Usage
# S4 method for sf
gccm(
data,
cause,
effect,
libsizes,
E = 3,
tau = 1,
k = E + 2,
theta = 1,
algorithm = "simplex",
lib = NULL,
pred = NULL,
nb = NULL,
threads = detectThreads(),
parallel.level = "low",
bidirectional = TRUE,
trend.rm = TRUE,
progressbar = TRUE
)# S4 method for SpatRaster
gccm(
data,
cause,
effect,
libsizes,
E = 3,
tau = 1,
k = E + 2,
theta = 1,
algorithm = "simplex",
lib = NULL,
pred = NULL,
threads = detectThreads(),
parallel.level = "low",
bidirectional = TRUE,
trend.rm = TRUE,
progressbar = TRUE
)