Get unit of a SpatialFeatureExperiment
Source:R/SFE-class.R
unit-SpatialFeatureExperiment-method.Rd
Length units can be microns or pixels in full resolution image in SFE objects.
Examples
library(SFEData)
sfe <- McKellarMuscleData(dataset = "small")
#> see ?SFEData and browseVignettes('SFEData') for documentation
#> loading from cache
SpatialFeatureExperiment::unit(sfe)
#> [1] "full_res_image_pixels"