R/graphcluster.R

#' Batchwise Clustering using Graphs Package
#'
#' Contains the functions that are deployed to perform the final clustering.
#'
#' @docType package
#'
#' @author Riddhi Ghosal \email{postboxriddhi@gmail.com}, Debajyoti Sinha \email{jojodigi@gmail.com}
#'
#' @name graphcluster
NULL

utils::globalVariables(c(".","EDGES","col1","col2","wts"))
Riddhiz/graphcluster documentation built on March 21, 2020, 2:11 p.m.