R/wiki_graph.r

#' wiki_graph
#'
#' data.frame with three variables (v1, v2 and w) that contains the edges of the
#' graph (from v1 to v2) with the weight of the edge (w)
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{first edge}
#'   \item{v2}{second edge}
#'   \item{w}{weight between edges}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph}
"wiki_graph"
ahmedNwayyir/myFirstRPackage documentation built on July 7, 2020, 1:15 a.m.