Description Usage Arguments Value Examples
Extract proximity for a range of distances. Pass an array of radii distances (in micrometers) to the function that would otherwise work like "proximity_sample_data_frame"
1 2 3 4 5 | multiple_proximity_sample_data_frame(x, ...)
## S4 method for signature 'ImageSet'
multiple_proximity_sample_data_frame(x, radii = c(10, 20,
40, 100, 200, 400, 1000))
|
x |
IrisSpatialFeatures ImageSet object |
... |
Additional arguments |
radii |
The array of distances to extract in microns. |
The proximial events for each cell
1 2 3 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
extract_proximity(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.