compressNumbers: Compress large numbers into readable format

Description Usage Examples

View source: R/compressNumbers.R

Description

This function converts numbers into pretty format appropriate for big numbers. Typically used for labelling plots to make them more readable and easy to understand.

Usage

1

Examples

1
2
  numVector= seq(from= 100000, to= 10000000, by= 500000)
  compressNumbers(numVector)

pman1971/PKFunctions documentation built on Dec. 22, 2021, 8:50 a.m.