Description Usage Arguments Value Examples
Get all the counts on a per mm2 basis
1 2 3 4 | get_counts_per_mm2(x, ...)
## S4 method for signature 'ImageSet'
get_counts_per_mm2(x, digits = 2, blank = FALSE)
|
x |
An IrisSpatialFeatures ImageSet object |
... |
Additional arguments |
digits |
Number of digits that are shown in the output (default: 2) |
blank |
(default: FALSE) |
counts per mm2 per sample, collapsing each coordinate and returning mean and standard error
1 2 3 | #loading pre-read dataset
dataset <- IrisSpatialFeatures_data
get_counts_per_mm2(dataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.