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