R/lab03.R

#' lab03: A package intended for the R package learning and Statistic computation
#'
#' The Lab03 package provides 2 important functions:
#' Euclidean Distance and Dijkstra's Algorithm.
#' 
#' @section lab03 functions:
#' The lab functions are named dijkstra and euclidean
#'
#' @name lab03
#' @docType package
NULL
#> NULL
martynas2514/Lab03 documentation built on Sept. 12, 2020, 11:37 a.m.