get_n_whole_part {expirest} | R Documentation |
Get number of digits of whole part (of a decimal number)
Description
The function get_n_whole_part()
counts the number of digits of the
whole number portion of a decimal number.
Usage
get_n_whole_part(x)
Arguments
x |
A decimal number (or an integer) or a vector of decimal numbers (or of integers). |
Details
The function get_n_whole_part()
counts the number of digits
of the whole number portion of a decimal number.
Value
An integer representing the number of digits of the whole number portion of the decimal number that was handed over.
See Also
print_val
, set_limits
,
get_text_annotation
.
[Package expirest version 0.1.6 Index]