unit,SpatialFeatureExperiment-method | R Documentation |
Length units can be microns or pixels in full resolution image in SFE objects.
## S4 method for signature 'SpatialFeatureExperiment'
unit(x)
x |
A |
A string for the name of the unit. At present it's merely a
string and udunits
is not used.
library(SFEData)
sfe <- McKellarMuscleData(dataset = "small")
SpatialFeatureExperiment::unit(sfe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.