Description Usage Arguments Value
View source: R/lowest_k_indices.R
Function returning the indices of the lowest k entries in the bottom row of the cost map.
1 | lowest_k_indices(vec, k, rev = FALSE)
|
vec |
vector of last entries of the cost map |
k |
number of entries to return |
rev |
boolean, true if image has been rotated |
vector with k lowest entries
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.