isUnivariate | R Documentation |
Checks whether a ratioOfQsprays
object defines a
univariate fraction of polynomials.
## S4 method for signature 'ratioOfQsprays'
isUnivariate(x)
x |
a |
A Boolean value.
The ratioOfQsprays
object y / (1 + y)
where
y=qlone(2)
is not univariate, although it involves only one
variable. The function returns TRUE
when only qlone(1)
is involved or when no variable is involved.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.