sigfig: Format number to a specified number of digits, considering...

View source: R/prettyDigits.R

sigfigR Documentation

Format number to a specified number of digits, considering threshold for usage of scientific notation

Description

Format number to a specified number of digits, considering threshold for usage of scientific notation

Usage

sigfig(
  x,
  digits = 3,
  scientific_high_threshold = 6,
  scientific_low_threshold = -6,
  force_0_behind_0 = FALSE
)

Arguments

x

a

digits

a

scientific_high_threshold

a

scientific_low_threshold

a

force_0_behind_0

a

Value

a


DescrTab2 documentation built on Sept. 6, 2022, 9:05 a.m.