coeffs | R Documentation |
Manipulate the coefficients of a weyl object. The coefficients are
disord
objects.
coeffs(S) <- value
S |
A weyl object |
value |
Numeric |
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
.
Extraction methods return a disord
object (possibly
drop
ped); replacement methods return a weyl
object.
Robin K. S. Hankin
(a <- rweyl(9))
coeffs(a)
coeffs(a)[coeffs(a)<3] <- 100
a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.