Format vector with numeric values
Format vector with values, so only significant decimal numbers are left.
mdaplot.formatValues(data, round.only = FALSE, digits = 3)
data
: vector or matrix with valuesround.only
: logical, do formatting or only round the valuesdigits
: how many significant digits take into accountmatrix with formatted values
Function takes into accound difference between values and the values themselves.