spatialTIME
summary function extraction
spatialTIME
summary function extractionspatialTIME_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" )
mxFDAobject
: object of class mxFDA
for which to calculate summary functionsmetric
: string vector with combination of uni/bi k/gmarkers
: column names of spatialr_range
: vector of radii to calculate metricsnum_permutations
: integer for the number of permutations to performedge_correction
: character vector of length 1 or 2 depending on the metrics for edge corrections to performpermute
: logical whether to permute CSR or not. Required TRUE
for Nearest Neighbor Gworkers
: integer for number of cores to use to calculate derived variablesxloc, yloc
: columns in the spatial data which to use for point locationsmxFDA
object with the summary function slots filled according to input metric
# example code
Alex Soupir alex.soupir@moffitt.org
Useful links