weights {nexus}R Documentation

Weights

Description

Extract weights from an object.

Usage

## S4 method for signature 'ALR'
weights(object, ...)

## S4 method for signature 'LR'
weights(object, ...)

## S4 method for signature 'LogRatio'
weights(object, ...)

Arguments

object

An object for which the extraction of weights is meaningful.

...

Currently not used.

Author(s)

N. Frerebeau

See Also

Other mutators: as.data.frame(), labels(), totals()


[Package nexus version 0.6.0 Index]