Skip to content
vrrenske edited this page Aug 7, 2019 · 1 revision

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"
Clone this wiki locally