R/wiki_graph.R

#' Data containinng nodes and weights of graph
#'
#' A dataset is containing the edges and weights of graph.
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{edges of the graph-from}
#'   \item{v2}{edges of the graph-to}
#'   \item{w}{weight of the edge from v1 to v2}
#'   ...
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)}
"wiki_graph"
Suhani8884/Lab3A documentation built on Sept. 14, 2020, 12:02 a.m.