pathfinder {comato} | R Documentation |
Construct a Pathfinder network from a conceptmap or a concept landscape
Description
pathfinder
creates Pathfinder network. For more information and actual implementations
see pathfinder.matrix
, pathfinder.conceptmaps
, or pathfinder.igraph
.
Usage
pathfinder(data, q, r, ...)
Arguments
data |
The input data. |
q |
The q parameter of the Pathfinder algorithm. |
r |
The r parameter of the Pathfinder algorithm. |
... |
- |
Value
The Pathfinder network of the input data.
[Package comato version 1.1 Index]