R/AllGenerics.R
R/mutators.R
weights.Rd
Extract weights from an object.
# S4 method for class 'ALR' weights(object, ...) # S4 method for class 'LR' weights(object, ...) # S4 method for class 'LogRatio' weights(object, ...)
An object for which the extraction of weights is meaningful.
Currently not used.
Other mutators: labels(), totals()
labels()
totals()
N. Frerebeau