round_3d_array | R Documentation |
Round all numeric values found in a multidimensional array to a specified number of decimal points
round_3d_array(arr, digits = 2)
round_4d_array(arr, digits = 2)
round_5d_array(arr, digits = 2)
arr |
The array |
digits |
The number of decimal points to round all numeric values to |
An array identical to the input arr
but with all numerical values rounded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.