Learn R Programming

rpartitions (version 0.1)

conjugate: Find the conjugate of an integer partition Recoded (orginally on 24-Apr-2013) from the Sage source code: http://www.sagenb.org/src/combinat/partition.py

Description

Find the conjugate of an integer partition Recoded (orginally on 24-Apr-2013) from the Sage source code: http://www.sagenb.org/src/combinat/partition.py

Usage

conjugate(partition, use_c = TRUE)

Arguments

partition
a vector that represents an integer partition
use_c
logical, defaults to TRUE, the conjugate is computed in c

Examples

Run this code
conjugate(c(3,3,1,1), FALSE)

Run the code above in your browser using DataLab