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