interaction_counts_data_frame: DataFrame from all the interaction counts on a per mm2 basis...

Description Usage Arguments Value Examples

Description

DataFrame from all the interaction counts on a per mm2 basis per frame This function is more like a density of edges between nodes on the interaction graph than an average neighbor count

Usage

1
2
3
4
interaction_counts_data_frame(x, verbose = FALSE, ...)

## S4 method for signature 'ImageSet'
interaction_counts_data_frame(x, verbose)

Arguments

x

IrisSpatialFeatures ImageSet object.

...

Additional arguments

Value

data frame

Examples

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

gusef/IrisSpatialFeatures documentation built on May 6, 2019, 9:50 p.m.