Description Usage Arguments Value See Also Examples
rray_min() computes the minimum along a given axis or axes. The
dimensionality of x is retained in the result.
1 |
x |
A vector, matrix, or array to reduce. |
axes |
An integer vector specifying the axes to reduce over. |
The result of the reduction with the same shape as x, except
along axes, which have been reduced to size 1.
Other reducers:
rray_max(),
rray_mean(),
rray_prod(),
rray_sum()
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.