View source: R/107_atoms_sum_largest.R
| sum_largest | R Documentation |
Sum of k largest entries
sum_largest(x, k, axis = NULL, keepdims = FALSE)
x |
An Expression |
k |
Number of largest entries to sum |
axis |
NULL (all entries), 1 (row-wise), or 2 (column-wise) |
keepdims |
Logical; keep the reduced dimension as size 1 |
A SumLargest atom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.