Redes de funciones de Wolfram Language
Genere una red de funciones "cercanas" en Wolfram Language con la nueva función NestGraph.
In[1]:=

func = WolframLanguageData[#, 
    EntityProperty["WolframLanguageSymbol", "RelatedSymbols"]] &;In[2]:=

g = NestGraph[func, Entity["WolframLanguageSymbol", "Nest"], 2, 
  VertexLabels -> "Name", VertexLabelStyle -> 6]Out[2]=

Muestre comunidades.
In[3]:=

CommunityGraphPlot[g]Out[3]=













 
  
  
  
  
  
  
 