split_by_grid_abw.mc | R Documentation |
Function to split the dataset according to a grid for the adaptive bw function with multicore support
split_by_grid_abw.mc(grid, events, lines, bw, tol, digits)
grid |
A spatial grid to split the data within |
events |
A feature collection of points representing the events points |
lines |
A feature collection of lines representing the network |
bw |
The kernel bandwidth (used to avoid edge effect) |
tol |
A float indicating the spatial tolerance when snapping events on lines |
digits |
The number of digits to keep |
A list with the split dataset
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.