Description Usage Arguments Details 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.
| 1 2 3 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.