get_basis_subset {spant} | R Documentation |
Return a subset of the input basis.
Description
Return a subset of the input basis.
Usage
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.
[Package spant version 2.22.0 Index]