rtsplot.format {rtsplot}R Documentation

Format numbers using 1000 separator

Description

Format numbers using 1000 separator

Usage

rtsplot.format(temp, nround = 2, sprefix = "", eprefix = "")

Arguments

temp

numbers

nround

number of rounding digits, defaults to '2'

sprefix

start prefix string, defaults to ”

eprefix

end postfix string, defaults to ”

Value

numbers formatted using 1000 separator


[Package rtsplot version 0.1.5 Index]