forked from vrrenske/BactMAP
-
Notifications
You must be signed in to change notification settings - Fork 2
micron
vrrenske edited this page Aug 7, 2019
·
1 revision
Get back the unicode character for the micro-sign + m (micron).
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.
micron()
character string: \u00b5m
paste("This is the sign for micron:", bactMAP::micron(), sep=" ")
## [1] "This is the sign for micron: µm"