| dual-combine | R Documentation |
Combine dual numbers into a dual_vector
## S4 method for signature 'dualr'
c(x, ..., recursive = FALSE)
x |
A |
... |
Additional duals or numerics. |
recursive |
Ignored. |
A dual_vector.
x <- dual_variable(1)
y <- dual_variable(2)
dv <- c(x, y)
length(dv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.