Description Usage Arguments Author(s) See Also Examples
This is a generic function for getting or setting the 'combiner' for an object with values to combine.
1 2 3 |
object |
An object with a combiner. |
value |
The value to set the combiner. |
Kylie A. Bemis
1 2 3 4 | x <- sparse_mat(diag(10))
combiner(x)
combiner(x) <- "sum"
x[]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.