fixwnum {Rvelslant} | R Documentation |
Returns a fixed with CHARACTER that corresponds to the input
number. This is called by writemod
, and helps make the files
more readable.
fixwnum(num, l, dp)
num |
number to be formatted. |
l |
total length of resulting character, aka the width. |
dp |
number of decimal places. |
properly formatted character.
Eric M. Thompson <eric.thompson@tufts.edu>
# Used internally by writemod()