Specification of dimensions to either keep (yes) or discard
(no), coerced to a free object
Value
The functions documented here all return a kform object.
Details
Function keep(omega,yes) keeps the terms specified and
discard(omega,no) discards the terms specifed. It is not clear
to me what these functions mean from a mathematical perspective.
# NOT RUN {keep(kform_general(7,3),1:4) # keeps only terms with dimensions 1-4discard(kform_general(7,3),1) # loses any term with a "1" in the index# }