wiki_graph: wiki_graph

Description Usage Format References Examples

Description

wiki_graph data is for testing dijstra method.

Usage

1

Format

An object of class data.frame with 18 rows and 3 columns.

References

wikipedia page

Examples

1
2
3
4
data(wiki_graph)
v1 <- wiki_graph$v1
v2 <- wiki_graph$v2
w <- wiki_graph$w

zoepatton/732A94_Lab3 documentation built on Nov. 16, 2020, 1:42 p.m.