as_array | Coerce to an array |
as_matrix | Coerce to a matrix |
as_rray | Coerce to an rray |
common-dim-names | Find common dimension names |
dim-names | Dimension names |
extremum | Maximum and minimum values |
is_rray | Is 'x' an rray? |
new_rray | Create a new rray |
pad | Pad missing dimensions when subsetting |
rray | Build a rray object |
rray_all_equal | Strictly compare arrays |
rray_arith | Arithmetic operations |
rray_bind | Combine many arrays together into one array |
rray_broadcast | Broadcast to a new dimension |
rray_clip | Bound the values of an array |
rray-compare | Compare arrays |
rray_diag | Create a matrix with 'x' on the diagonal |
rray_dim | Find common dimensions |
rray_dim_n | Compute the number of dimensions of an object |
rray_dot | Matrix multiplication |
rray_duplicate | Find duplicated values in an array |
rray_elems | Compute the number of elements in an array |
rray_expand | Insert a dimension into an rray |
rray_extract | Get or set elements of an array by index |
rray_flatten | Flatten an array |
rray_flip | Flip an rray along a dimension |
rray_full_like | Create an array like 'x' |
rray_hypot | Compute the square root of the sum of squares |
rray_if_else | Conditional selection |
rray-logical | Logical operators |
rray_max | Calculate the maximum along an axis |
rray_max_pos | Locate the position of the maximum value |
rray_mean | Calculate the mean along an axis |
rray_min | Calculate the minimum along an axis |
rray_min_pos | Locate the position of the minimum value |
rray_multiply_add | Fused multiply-add |
rray_prod | Calculate the product along an axis |
rray_reshape | Reshape an array |
rray_rotate | Rotate an array |
rray_slice | Get or set a slice of an array |
rray_sort | Sort an array |
rray_split | Split an array along axes |
rray_squeeze | Squeeze an rray |
rray_subset | Get or set dimensions of an array |
rray_sum | Calculate the sum along an axis |
rray_tile | Tile an array |
rray_transpose | Transpose an array |
rray_unique | Find and count unique values in an array |
rray_yank | Get or set elements of an array _by position_ |
vctrs-compat | vctrs compatibility functions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.