View source: R/transformation.R
dQspray | R Documentation |
Partial differentiation of a qspray
polynomial.
dQspray(qspray, orders)
qspray |
object of class |
orders |
integer vector, the orders of the differentiation; e.g.
|
A qspray
object.
library(qspray)
x <- qlone(1)
y <- qlone(2)
qspray <- x + 2*y + 3*x*y
dQspray(qspray, c(1, 1))
derivQspray(derivQspray(qspray, 1), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.