bind | R Documentation |
Methods allowing to use 'cbind' and 'rbind' with dual objects.
## S4 method for signature 'dual,dual'
rbind2(x,y,...)
## S4 method for signature 'dual,numericOrArray'
rbind2(x,y,...)
## S4 method for signature 'numericOrArray,dual'
rbind2(x,y,...)
## S4 method for signature 'dual,missing'
rbind2(x,y,...)
## S4 method for signature 'dual,dual'
cbind2(x,y,...)
## S4 method for signature 'dual,numericOrArray'
cbind2(x,y,...)
## S4 method for signature 'numericOrArray,dual'
cbind2(x,y,...)
## S4 method for signature 'dual,missing'
cbind2(x,y,...)
x , y |
dual or numeric objects |
... |
extra parameters (ignored) |
A dual matrix combining the arguments.
x <- dual( c(1, 3) )
y <- cbind(x, 2*x+1, 3*x+2, c(0,1))
y
d(y, "x1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.