Network of Wolfram Language Functions
Generate a network of "nearby" functions in the Wolfram Language with the new NestGraph function.
In[1]:=
func = WolframLanguageData[#,
EntityProperty["WolframLanguageSymbol", "RelatedSymbols"]] &;
In[2]:=
g = NestGraph[func, Entity["WolframLanguageSymbol", "Nest"], 2,
VertexLabels -> "Name", VertexLabelStyle -> 6]
Out[2]=
Show communities.
In[3]:=
CommunityGraphPlot[g]
Out[3]=