Function: pathGraph()
pathGraph(
n,options):Graph
Defined in: mobjects/graph/graphFactories.ts:55
Create a path graph (linear chain)
Parameters
n
number
Number of vertices
options
Partial<GenericGraphOptions> = {}
Returns
A path Graph with n vertices