spatialTIME
summary function extractionspatialTIME
summary function extraction
spatialTIME_summary_functions(
mxFDAobject,
metric = "uni k",
markers = NULL,
r_range = 0:100,
num_permutations = 50,
edge_correction = "trans",
permute = TRUE,
workers = 1,
xloc = "x",
yloc = "y"
)
mxFDA
object with the summary function slots filled according to input metric
object of class mxFDA
for which to calculate summary functions
string vector with combination of uni/bi k/g
column names of spatial
vector of radii to calculate metrics
integer for the number of permutations to perform
character vector of length 1 or 2 depending on the metrics for edge corrections to perform
logical whether to permute CSR or not. Required TRUE
for Nearest Neighbor G
integer for number of cores to use to calculate derived variables
columns in the spatial data which to use for point locations
Alex Soupir alex.soupir@moffitt.org