.unique_combos {GAPGOM} | R Documentation |
This function is an internal function and should not be called by the user.
.unique_combos(V1, V2)
V1 |
first vector to be combined with second. |
V2 |
second vector to be combined with first. |
Generates unique combinations of two vectors
datatable with unique combinations of the vectors excluding items with same name and double combinations
Internal function used in various topoclsim algorithms.