Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Generate Cartesian-like coordinates for a simple two-dimensional causal graph
ResourceFunction["SimpleCausalGraphCoordinates"][size,type] returns the coordinate information {point number, time, space} for the causal graph of structural type type (e.g. triangular or grid) generated from the initial node size size. |
Coordinates for the simple triangular (type 1) causal graph with initial node size 10:
In[1]:= |
Out[2]= |
Coordinates for the hexagon-like (type 2) causal graph with initial node size 10:
In[3]:= |
Out[4]= |
Coordinates for the hybrid triangular-hexagon-like (type 3) causal graph with initial node size 10:
In[5]:= |
Out[5]= |
Create a triangular structured causal graph:
In[6]:= |
Out[6]= |
Calculate the coordinates for each node:
In[7]:= |
Out[7]= |
This work is licensed under a Creative Commons Attribution 4.0 International License