chi_lambda_rho <- function(lambda, rho) {
chi_lambda_mu_rho(lambda, integer(0), rho)
}
listOfDominatingPartitions <- function(mu) {
kappas <- listOfDominatedPartitions(partitions::conjugate(mu))
lapply(kappas, partitions::conjugate)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.