mioString: Converts a number into a character representing millions

View source: R/io.R

mioStringR Documentation

Converts a number into a character representing millions

Description

used for labels etc. where typically millions of reads are indicated.

Usage

mioString(x)

Arguments

x

an integer.

Value

Returns a character representing the input integer in millions.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

mioString(4e7)

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.