Format numeric values to print with a specified number of significant figures.
Arguments
- sigfig
(
integer(1))
number of significant figures to display.- format
(
string)
the format label (string) to apply when printing the value. Decimal places in string are ignored in favor of formatting by significant figures. Formats options are:"xx","xx / xx","(xx, xx)","xx - xx", and"xx (xx)".- num_fmt
(
string)
numeric format modifiers to apply to the value. Defaults to"fg"for standard significant figures formatting - fixed (non-scientific notation) format ("f") andsigfigequal to number of significant figures instead of decimal places ("g"). See theformatC()formatargument for more options.
See also
Other formatting functions:
extreme_format,
format_auto(),
format_count_fraction(),
format_count_fraction_fixed_dp(),
format_count_fraction_lt10(),
format_extreme_values(),
format_extreme_values_ci(),
format_fraction(),
format_fraction_fixed_dp(),
format_fraction_threshold(),
format_xx(),
formatting_functions
