citinerary: citinerary

Description Usage Arguments Details Examples

Description

Find the the composite itinerary for a path in g1

Usage

1
  citinerary(G, g1.path)

Arguments

G

A compgraph object

g1.path

A vector of vertex Ids for a path in g1

Details

Find the the composite itinerary for a path in g1

Examples

1
2
G = ercg(20, 0.5)
citinerary(G, c(1,3))

beanumber/compgraph documentation built on May 12, 2019, 9:42 a.m.