micron - veeninglab/BactMAP GitHub Wiki
Get back the unicode character for the micro-sign + m (micron).
Description
Use micron() in a character string, for instance when changin the axis labels of a plot, to get the unicode for the micro-sign + m.
Usage
micron()
Value
character string: \u00b5m
Examples
paste("This is the sign for micron:", bactMAP::micron(), sep=" ")
## [1] "This is the sign for micron: µm"