spray | R Documentation |
Function spray()
creates a sparse array; function
weyl()
coerces a spray object to a Weyl object.
spray(M,x,addrepeats=FALSE)
M |
An integer-valued matrix, the index of the weyl object |
x |
Numeric vector of coefficients |
addrepeats |
Boolean, specifying whether repeated rows are to be added |
The function is discussed and motivated in the spray package.
Return a weyl or a Boolean
Robin K. S. Hankin
(W <- spray(matrix(1:36,6,6),1:6))
weyl(W)
as.weyl(15,d=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.