This is a wrapper around the rankGeneratingFunction method from the Posets package.
i1 : P = fromFVector({1,6,5,1});
|
i2 : L = getFVector(P)
o2 = {1, 6, 5, 1}
o2 : List
|
The object getFVector is a method function.