substituteRatioOfQsprays | R Documentation |
Substitute some values to a subset of the variables of a
ratioOfQsprays
fraction of polynomials.
substituteRatioOfQsprays(roq, values)
roq |
a |
values |
the values to be substituted; this must be a vector whose
length equals the number of variables of |
A ratioOfQsprays
object.
library(ratioOfQsprays)
x <- qlone(1)
y <- qlone(2)
z <- qlone(3)
roq <- (x^2 + y^2 + x*y*z - 1) / (x + 1)
substituteRatioOfQsprays(roq, c("2", NA, "3/2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.