R/graphreport-package.R

#' Generates graph reports
#'
#' Generates reports about graph size, connectivity and so on of a given graph.
#'
#' @name graphreport-package
#' @docType package
#' @importFrom magrittr %>% %<>%
#' @importFrom rmarkdown draft
#' @importFrom stats quantile
#' @useDynLib graphreport, .registration = TRUE
NULL
karpfen/graphreport documentation built on May 7, 2019, 8:02 a.m.