extract_nearest_neighbor: Extract the distance to each nearest neighbor for each...

Description Usage Arguments Value Examples

Description

Extract the distance to each nearest neighbor for each cell-type

Usage

1
2
3
4
extract_nearest_neighbor(x, ...)

## S4 method for signature 'ImageSet'
extract_nearest_neighbor(x, min_num_cells = 10)

Arguments

x

IrisSpatialFeatures ImageSet object

...

Additional arguments

min_num_cells

Minimum number of cell that a coordinate needs to have in order to calculate the statistics (Default: 10)

Value

distance to nearest neighbor for each

Examples

1
2
3
#loading pre-read dataset
dataset <- IrisSpatialFeatures_data
extract_nearest_neighbor(dataset)

gusef/Iris documentation built on May 14, 2019, 2:42 p.m.