[!] `ilrBase` method for `hyperSpec` object

ilrBase(x = NULL, z = NULL, D = NULL, method = "basic")

# S3 method for default
ilrBase(x = NULL, z = NULL, D = NULL, method = "basic")

# S3 method for hyperSpec
ilrBase(x = NULL, z = NULL, D = NULL, method = "basic")

Arguments

x

optional dataset or vector of compositions

z

optional dataset or vector containing ilr or ipt coordinates

D

number of parts of the simplex

method

method to build the basis, one of "basic", "balanced", "optimal" "PBhclust", "PBmaxvar" or "PBangprox"

Note

there is a bug in compositions, thus parameter D might be irresponsive if used through package spHelper. IIf D is necessary, consider using compositions::ilrBase directly.