User Tools

Site Tools


sna_eg_stanford:lab06

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
sna_eg_stanford:lab06 [2019/12/04 10:58] hkimscilsna_eg_stanford:lab06 [2019/12/04 11:13] hkimscil
Line 56: Line 56:
 m182_friend <- delete_edges(m182_full, E(m182_full)[E(m182_full)$friend_tie==0]) m182_friend <- delete_edges(m182_full, E(m182_full)[E(m182_full)$friend_tie==0])
 summary(m182_friend) summary(m182_friend)
 +m182_friend[]
  
 m182_social <- delete_edges(m182_full, E(m182_full)[E(m182_full)$social_tie==0]) m182_social <- delete_edges(m182_full, E(m182_full)[E(m182_full)$social_tie==0])
 summary(m182_social) summary(m182_social)
 +m182_social[]
  
 m182_task <- delete_edges(m182_full, E(m182_full)[E(m182_full)$task_tie==0]) m182_task <- delete_edges(m182_full, E(m182_full)[E(m182_full)$task_tie==0])
 summary(m182_task) summary(m182_task)
 +m182_task
  
 # Look at the plots for each sub-graph # Look at the plots for each sub-graph
sna_eg_stanford/lab06.txt · Last modified: 2019/12/11 10:40 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki