User Tools

Site Tools


social_network_analysis:eg_in_r

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
social_network_analysis:eg_in_r [2021/05/24 07:42] hkimscilsocial_network_analysis:eg_in_r [2021/05/24 07:45] (current) hkimscil
Line 25: Line 25:
 </code> </code>
  
 +<code>
 +A <- c(2, 4, 6, 1, 3, 5)
 +A
 +AbyCol <- matrix(nrow=2, ncol=3, A)
 +AbyCol
 +AbyRow <- matrix(nrow=2, ncol=3, A, byrow=T)
 +AbyRow
 +</code>
  
  
social_network_analysis/eg_in_r.txt · Last modified: 2021/05/24 07:45 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki