R/utils.R
cdp_partition.Rd
Compute the default binary partition used in CoDaPack's software
cdp_partition(ncomp)
number of parts
matrix
cdp_partition(4) #> [,1] [,2] [,3] #> [1,] 1 1 0 #> [2,] 1 -1 0 #> [3,] -1 0 1 #> [4,] -1 0 -1