ilrBase.Rd
[!] `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")
optional dataset or vector of compositions
optional dataset or vector containing ilr or ipt coordinates
number of parts of the simplex
method to build the basis, one of "basic", "balanced", "optimal" "PBhclust", "PBmaxvar" or "PBangprox"
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.