integer.
Number of digits after the decimal point for the mantissa.
lab.type
character.
By default, LaTeX formatted strings for labels are returned.
Alternatively, lab.type = "plotmath" returns plotmath-compatible expressions.
Value
For the default lab.type = "latex", a character vector of the same length as argument x.
And for lab.type = "plotmath", an expression of the same length as x,
typically with elements of the form m x 10^n.
In order to comply with https://www.section508.gov,
an “x” is used as the label separator for the plotmath type---rather than
the more common “%*%” seperator.