generate_paths_cyclic: Generate cyclic paths

Description Usage Arguments Value

View source: R/cocoreg.R

Description

From a set of n numbers, generate all possible paths starting from and ending on a given number.

Usage

1

Arguments

ind

[1,1] ind, The starting dataset (equals to ending dataset because of cycle).

n

[1,1] ind, The number of datasets.

Value

A list of lists containing the paths.


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