Dolphin Social Network

An undirected social network of frequent associations between dolphins

An undirected social network of frequent associations between 62 dolphins in a community living off Doubtful Sound, New Zealand.

(62 vertices, 159 edges)

Examples

Basic Examples

Retrieve the graph:

In[1]:=
ResourceData["Dolphin Social Network"]
Out[1]=

Summary properties:

In[2]:=
ResourceData["Dolphin Social Network", All]["Summary"]
Out[2]=

Basic Applications

Find the communities between the dolphins:

In[3]:=
g  = ResourceData["Dolphin Social Network"];
In[4]:=
communities = FindGraphCommunities[g, Method -> "Hierarchical"]
Out[4]=

Predict the split of the network in the case of a conflict:

In[5]:=
HighlightGraph[g, Subgraph[g, #] & /@ communities, GraphHighlightStyle -> "DehighlightHide"]
Out[5]=

Wolfram Research, "Dolphin Social Network" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Publisher Information