permutations enumerates the possible permutations. The function is forked and minified from gtools::permutations
permutations(n, r, v = 1:n)Size of the source vector
Size of the target vectors
Source vector. Defaults to 1:n
Returns a matrix where each row contains a vector of length r.
Venables, Bill. "Programmers Note", R-News, Vol 1/1, Jan. 2001. https://cran.r-project.org/doc/Rnews/
Other Helper Functions:
dup_coords(),
getDEM(),
getISO3(),
get_grids(),
grid_area(),
hexa_area(),
isSpatial(),
readintegerSel(),
readinteger(),
splitAt(),
windata_format()