Rdocumentation
powered by
Learn R Programming
cocoreg (version 0.1.1)
generate_paths: Generate all/some paths between points
Description
Generate all/some paths between points
Usage
generate_paths(ind, n, cyclic = FALSE, sample_paths = FALSE)
Arguments
ind
[1,2] int, The starting and ending point c(start, end).
n
[1,1] int, Number of points in the whole set.
cyclic
boolean, Should the path be cyclic (1-2-1) or noncyclic (2-1).
sample_paths
boolean, If FALSE, all possible paths are generated. If true one path per ending point is selected.
Value
A list of lists containing the paths.