pairwise_basis: Pairwise log-ratio generator system
Description
The function returns all combinations of pairs of log-ratios.
Usage
pairwise_basis(dim)
Value
matrix
Arguments
dim
An integer indicating the number of components.
If a dataframe or matrix is provided, the number of components is inferred from the number of columns. If a character vector specifying the names of the parts is provided the number of component is its length.