coeffs {weyl}R Documentation

Manipulate the coefficients of a weyl object

Description

Manipulate the coefficients of a weyl object. The coefficients are disord objects.

Usage

coeffs(S) <- value

Arguments

S

A weyl object

value

Numeric

Details

To access coefficients of a weyl object S, use spray::coeffs(S) [package idiom is coeffs(S)]. Similarly to access the index matrix use index(s).

The replacement method is package-specific; use coeffs(S) <-value.

Value

Extraction methods return a disord object (possibly dropped); replacement methods return a weyl object.

Author(s)

Robin K. S. Hankin

Examples


(a <- rweyl(9))
coeffs(a)
coeffs(a)[coeffs(a)<3] <- 100
a

[Package weyl version 0.0-4 Index]