get_counts_per_mm2: Get all the counts on a per mm2 basis

Description Usage Arguments Value Examples

Description

Get all the counts on a per mm2 basis

Usage

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

## S4 method for signature 'ImageSet'
get_counts_per_mm2(x, digits = 2, blank = FALSE)

Arguments

x

An IrisSpatialFeatures ImageSet object

...

Additional arguments

digits

Number of digits that are shown in the output (default: 2)

blank

(default: FALSE)

Value

counts per mm2 per sample, collapsing each coordinate and returning mean and standard error

Examples

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

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