Learn R Programming

symbolicQspray (version 1.1.0)

numberOfParameters: Number of parameters

Description

Number of parameters of a symbolicQspray polynomial, i.e. the number of variables occurring in its coefficients.

Usage

numberOfParameters(Qspray)

Value

An integer, the number of parameters involved in (the coefficients of) Qspray.

Arguments

Qspray

a symbolicQspray object

Examples

Run this code
JP <- JacobiPolynomial(4) # Jacobi polynomials have two parameters
numberOfParameters(JP)

Run the code above in your browser using DataLab