generate_paths: Generate all/some paths between points

Description Usage Arguments Value

View source: R/cocoreg.R

Description

Generate all/some paths between points

Usage

1
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.


cocoreg documentation built on May 2, 2019, 6:48 a.m.