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 March 5, 2025, 3:41 p.m.