Usage
# S4 method for sf
ic(
data,
column,
target,
E = 2:10,
k = E + 2,
tau = 1,
style = 1,
lib = NULL,
pred = NULL,
dist.metric = "L2",
threads = detectThreads(),
detrend = FALSE,
nb = NULL
)# S4 method for SpatRaster
ic(
data,
column,
target,
E = 2:10,
k = E + 2,
tau = 1,
style = 1,
lib = NULL,
pred = NULL,
dist.metric = "L2",
threads = detectThreads(),
detrend = FALSE,
grid.coord = TRUE
)