R/wiki_graph.R

#'
#' A dataset containing 6 different nodes and weigths assigned to each edge.
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{number of the first node}
#'   \item{v2}{number of the second node that the first node goes to}
#'   \item{w}{the distance between v1 and v2}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph}
"wiki_graph"
obiii/Lab3 documentation built on May 9, 2019, 5:56 a.m.