numberOfParameters | R Documentation |
Number of parameters of a symbolicQspray
polynomial,
i.e. the number of variables occurring in its coefficients.
numberOfParameters(Qspray)
Qspray |
a |
An integer, the number of parameters involved in (the
coefficients of) Qspray
.
JP <- JacobiPolynomial(4) # Jacobi polynomials have two parameters
numberOfParameters(JP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.