bind2-lazyMatrices | R Documentation |
Concatenate two lazyMatrix
objects.
## S4 method for signature 'lazyMatrix,missing' cbind2(x, y) ## S4 method for signature 'lazyVector,missing' cbind2(x, y) ## S4 method for signature 'lazyMatrix,lazyMatrix' cbind2(x, y) ## S4 method for signature 'lazyVector,lazyMatrix' cbind2(x, y) ## S4 method for signature 'lazyMatrix,lazyVector' cbind2(x, y) ## S4 method for signature 'lazyVector,lazyVector' cbind2(x, y) ## S4 method for signature 'lazyVector,numeric' cbind2(x, y) ## S4 method for signature 'numeric,lazyVector' cbind2(x, y) ## S4 method for signature 'lazyVector,matrix' cbind2(x, y) ## S4 method for signature 'matrix,lazyVector' cbind2(x, y) ## S4 method for signature 'matrix,lazyMatrix' cbind2(x, y) ## S4 method for signature 'lazyMatrix,numeric' cbind2(x, y) ## S4 method for signature 'numeric,lazyMatrix' cbind2(x, y) ## S4 method for signature 'lazyMatrix,missing' rbind2(x, y) ## S4 method for signature 'lazyVector,missing' rbind2(x, y) ## S4 method for signature 'lazyMatrix,lazyMatrix' rbind2(x, y) ## S4 method for signature 'lazyVector,lazyMatrix' rbind2(x, y) ## S4 method for signature 'lazyMatrix,lazyVector' rbind2(x, y) ## S4 method for signature 'lazyVector,lazyVector' rbind2(x, y) ## S4 method for signature 'lazyVector,numeric' rbind2(x, y) ## S4 method for signature 'numeric,lazyVector' rbind2(x, y) ## S4 method for signature 'lazyVector,matrix' rbind2(x, y) ## S4 method for signature 'matrix,lazyVector' rbind2(x, y) ## S4 method for signature 'lazyMatrix,matrix' rbind2(x, y) ## S4 method for signature 'matrix,lazyMatrix' rbind2(x, y) ## S4 method for signature 'lazyMatrix,numeric' rbind2(x, y) ## S4 method for signature 'numeric,lazyMatrix' rbind2(x, y)
x, y |
|
A lazyMatrix
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.