deriv | R Documentation |
Partial differentiation with respect to any variable
## S3 method for class 'multipol'
deriv(expr, i, derivative = 1, ...)
expr |
A multipol |
i |
Dimension to differentiate with respect to |
derivative |
How many times to differentiate |
... |
Further arguments, currently ignored |
Robin K. S. Hankin
substitute
a <- as.multipol(matrix(1:12,3,4))
deriv(a,1) # standard usage: derivfferentiate WRT x1
deriv(a,2) # differentiate WRT x2
deriv(a,1,2) # second derivative
deriv(a,1,3) # third derivative (zero multipol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.