zapsmall {base}
Description
zapsmall determines a digits argument dr for calling round(x, digits = dr) such that values close to zero (compared with the maximal absolute value) are ‘zapped’, i.e., treated as .
Usage
zapsmall(x, digits = getOption("digits"))
Arguments
- x
- a numeric or complex vector.
- digits
- integer indicating the precision to be used.
References
Chambers, J. M. (1998) Programming with Data. A Guide to the S Language. Springer.
Examples
Documentation reproduced from R 2.15.3. License: GPL-2.
