R/data.R

#' 18 edges(v1 -v2) and weights 
#'
#' A dataset containing 18 edges and weights.
#'
#' @format A data frame with 18 rows and 3 variables:
#' \describe{
#'   \item{v1}{node}
#'   \item{v2}{destination node}
#'   \item{w}{weight}
#'   ...
#' }
#' @source \url{https://cutt.ly/SfE5Er1}
"wiki_graph"
martynas2514/Lab03 documentation built on Sept. 12, 2020, 11:37 a.m.