rtsplot.format: Format numbers using 1000 separator
Description
Format numbers using 1000 separator
Usage
rtsplot.format(temp, nround = 2, sprefix = "", eprefix = "")
Value
numbers formatted using 1000 separator
Arguments
- temp
numbers
- nround
number of rounding digits, defaults to '2'
- sprefix
start prefix string, defaults to ''
- eprefix
end postfix string, defaults to ''