View source: R/spatial_structures.R
| filter_network | R Documentation | 
function to filter a spatial network
filter_network(networkDT = NULL, maximum_distance = NULL, minimum_k = NULL)
| networkDT | spatial network in data.table format | 
| maximum_distance | maximum distance between cell centroids | 
| minimum_k | minimum number of neighbors | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.