Learn R Programming

crp.CSFP (version 2.0.2)

fo: Function to convert numerical output.

Description

The Function writes numerical values as a multiple of the next power of 1000 with respect to three digits in order to make large values more readable. The trailed abbreviation corresponds to 1e3 (Thd), 1e6 (Mio), 1e9 (Bil), 1e12 (Tril).

Usage

fo(x)

Arguments

x
Numerical value that should be formated.

Value

A charachter string.