combiner {matter} | R Documentation |
This is a generic function for getting or setting the 'combiner' for an object with values to combine.
combiner(object) combiner(object) <- value
object |
An object with a combiner. |
value |
The value to set the combiner. |
Kylie A. Bemis
x <- sparse_mat(diag(10)) combiner(x) combiner(x) <- "sum" x[]