fo: Function to convert numerical output.

Description Usage Arguments Value Author(s)

View source: R/other_functions.r

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

1
fo(x)

Arguments

x

Numerical value that should be formated.

Value

A charachter string.

Author(s)

Kevin Jakob


crp.CSFP documentation built on May 1, 2019, 8:50 p.m.