mdaplot.formatValues: Format vector with numeric values

View source: R/mdaplot.R

mdaplot.formatValuesR 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


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.