R/wiki_graph.R

#' Wiki Graph Data
#'
#' @description An example data frame with 18 rows and 3 variables.
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{index of the source edge}
#'   \item{v2}{index of the destination edge}
#'   \item{w}{weight of the path}
#' }
#' @source \url{https://en.wikipedia.org/wiki/Graph#Mathematics}
"wiki_graph"
OmidLavakhamseh/lab03 documentation built on Dec. 18, 2021, 5:35 a.m.