comb2M: C++ version of combn function

Description Usage Arguments Value

View source: R/RcppExports.R

Description

C++ version of combn function

Usage

1
comb2M(x)

Arguments

x

Numeric vector

Value

Numeric matrix with three rows: all pairwise combinations of values in vector x (rows 1 and 2), and their arithmetic difference (row 3)


kbseah/mass2adduct documentation built on June 9, 2021, 9:20 p.m.