Description Usage Arguments Details Author(s) Examples
Given an array, matrix, or vector, trim
will truncate all
elements smaller than epsilon
(in absolute value) to zero.
1 |
X |
An array, a matrix, or a vector. |
epsilon |
A numeric. |
All elements in X
that are smaller than epsilon
(in
absolute value) will be set to zero then returned.
David Gerard.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.