mdaplot.formatValues {mdatools} | R Documentation |
Format vector with values, so only significant decimal numbers are left.
mdaplot.formatValues(data, round.only = FALSE, digits = 3)
data |
vector or matrix with values |
round.only |
logical, do formatting or only round the values |
digits |
how many significant digits take into account |
Function takes into accound difference between values and the values themselves.
matrix with formatted values