powered by
This function applies a specific calculation, defined by the user, to all pairs of entries of a vector.
BASIX.combnapply(vec, mode='*')
vector
*,-,/,+ or ==
BASIX.combnapply returns values for each pair-combination.
BASIX.combnapply
# NOT RUN { vec <- c(1,3,5,7,9,10) BASIX.combnapply(vec) # }
Run the code above in your browser using DataLab