powered by
Manipulate the coefficients of a weyl object. The coefficients are disord objects.
disord
coeffs(S) <- value
Extraction methods return a disord object (possibly
dropped); replacement methods return a weyl object.
drop
weyl
A weyl object
Numeric
Robin K. S. Hankin
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).
S
spray::coeffs(S)
coeffs(S)
index(s)
The replacement method is package-specific; use coeffs(S) <-value.
coeffs(S) <-value
(a <- rweyl(9)) coeffs(a) coeffs(a)[coeffs(a)<3] <- 100 a
Run the code above in your browser using DataLab