factor_path S7 class
factor_path-class.Rdfactor_path is an S7 class to standardize the various ways in which paths
that can be specified across the MultiFactor package. This class is mostly
for internal use.
Arguments
- x
Character vectorof length two;c(<from>, <to>).- include
List of character vectors. Which elements are included in the path? Length of the list indicates number of paths.- exclude
Character vector. Which elements are excluded from the path?- exact
Logical. Should the path be followed as is? (i.e., no pathfinding required)