Description Usage Arguments References Examples
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 0
.
1 |
x |
a numeric or complex vector. |
digits |
integer indicating the precision to be used. |
Chambers, J. M. (1998) Programming with Data. A Guide to the S Language. Springer.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.