r:igraph
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| r:igraph [2018/01/11 08:42] – hkimscil | r:igraph [2018/01/11 09:10] (current) – hkimscil | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| nodes (vertex) | nodes (vertex) | ||
| edges (lines) | edges (lines) | ||
| + | * freight schedule | ||
| + | * friendship | ||
| + | * contact | ||
| + | * relationship | ||
| social network | social network | ||
| {{http:// | {{http:// | ||
| adjency matrix | adjency matrix | ||
| - | {{http:// | + | {{http:// |
| - | edge list | + | edge list - economical way to store data |
| {{http:// | {{http:// | ||
| + | |||
| + | < | ||
| + | # df = data frame data | ||
| + | g <- graph.edgelist(as.matrix(df), | ||
| + | </ | ||
r/igraph.1515629551.txt.gz · Last modified: by hkimscil
