Learn R Programming

ncappc (version 0.3.0)

out.digits: output value with correct digits and trailing zero

Description

Function to present a value with correct digits and trailing zero

Usage

out.digits(x, dig = 3)

Arguments

x

is the value

dig

is the number of significant digits

Details

This is a function to present a value with correct digits and trailing zero. Numbers >= 10000, or <= 0.0001 will be presented in scientific format

Examples

Run this code
if (FALSE) {
out.digits(1234)
}

Run the code above in your browser using DataLab