Function: starGraph()
starGraph(
n,options):Graph
Defined in: mobjects/graph/graphFactories.ts:81
Create a star graph (one central vertex connected to all others)
Parameters
n
number
Number of outer vertices (total vertices = n + 1)
options
Partial<GenericGraphOptions> = {}
Returns
A star Graph