Return a subset of the input basis.
get_basis_subset(basis, names, invert = FALSE)
Arguments
- basis
input basis.
- names
basis set elements to keep in the returned object.
- invert
set to true to return all basis elements except those given in
the names argument.
Value
a subset of the input basis.