View source: R/polynomial.orders.R
polynomial.orders | R Documentation |
This function returns a vector with n elements containing the orders of the polynomials
polynomial.orders(polynomials)
polynomials |
list of $n$ polynomial objects |
A vector of n values
1 |
Order of polynomials[[1]] |
2 |
Order of polynomials[[2]] |
...
n |
Order of polynomials[[n]] |
Frederick Novomestky fnovomes@poly.edu
### ### generate a list of normalized T Chebyshev polynomials ### of orders 0 to 10 ### p.list <- chebyshev.t.polynomials( 10, normalized=TRUE ) ### ### get the vector of polynomial orders ### p.order <- polynomial.orders( p.list )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.