View source: R/basicSymmetricPolynomials.R
cshPolynomial | R Documentation |
Returns a complete symmetric homogeneous polynomial.
cshPolynomial(n, lambda)
n |
integer, the number of variables |
lambda |
an integer partition, given as a vector of decreasing nonnegative integers |
A qspray
object.
library(jack)
cshPolynomial(3, c(3, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.