fixwnum {Rvelslant}R Documentation

Fixed Width Number

Description

Returns a fixed with CHARACTER that corresponds to the input number. This is called by writemod, and helps make the files more readable.

Usage

fixwnum(num, l, dp)

Arguments

num number to be formatted.
l total length of resulting character, aka the width.
dp number of decimal places.

Value

properly formatted character.

Author(s)

Eric M. Thompson <eric.thompson@tufts.edu>

See Also

writemod

Examples

# Used internally by writemod()


[Package Rvelslant version 0.2-3 Index]