Coercion |
|
---|---|
Coerce to an array |
|
Coerce to a matrix |
|
Coerce to an rray |
|
Is |
|
Construction |
|
Create a new rray |
|
Build a rray object |
|
Create an array like |
|
Dimension names |
|
Find common dimension names |
|
|
Dimension names |
Dimensions |
|
Find common dimensions |
|
Compute the number of dimensions of an object |
|
Compute the number of elements in an array |
|
Subsetting |
|
Pad missing dimensions when subsetting |
|
|
Get or set dimensions of an array |
Get or set elements of an array by index |
|
Get or set a slice of an array |
|
|
Get or set elements of an array by position |
Manipulation |
|
Combine many arrays together into one array |
|
Broadcast to a new dimension |
|
Reshape an array |
|
Bound the values of an array |
|
Create a matrix with |
|
Insert a dimension into an rray |
|
Flatten an array |
|
Flip an rray along a dimension |
|
Sort an array |
|
Split an array along axes |
|
Squeeze an rray |
|
Tile an array |
|
Transpose an array |
|
Maximum and minimum values |
|
Rotate an array |
|
Reducers |
|
Calculate the maximum along an axis |
|
Locate the position of the maximum value |
|
Calculate the mean along an axis |
|
Calculate the minimum along an axis |
|
Locate the position of the minimum value |
|
Calculate the product along an axis |
|
Calculate the sum along an axis |
|
Duplicate and Unique |
|
|
Find duplicated values in an array |
Find and count unique values in an array |
|
Arithmetic |
|
|
Arithmetic operations |
Matrix multiplication |
|
Fused multiply-add |
|
Compute the square root of the sum of squares |
|
Comparison and Logical |
|
|
Compare arrays |
Strictly compare arrays |
|
|
Logical operators |
Conditional selection |
|
Compatibility |
|
|
vctrs compatibility functions |