···11Package: dodgr
22Title: Distances on Directed Graphs
33-Version: 0.4.0.014
33+Version: 0.4.0.015
44Authors@R: c(
55 person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")),
66 person("Andreas", "Petutschnig", role = "aut"),
-4
R/compare-heaps.R
···1313#' @param replications Number of replications to be used in comparison
1414#' @return Result of `bench::mark` comparison.
1515#'
1616-#' @note \pkg{igraph} caches intermediate results of graph processing, so
1717-#' the \pkg{igraph} comparisons will be faster on subsequent runs. To obtain
1818-#' fair comparisons, run only once or re-start the current R session.
1919-#'
2016#' @family misc
2117#' @export
2218#' @examples
···2525Alternatively, this random sub-graph can be pre-generated with the
2626\code{dodgr_sample} function and passed directly.
2727}
2828-\note{
2929-\pkg{igraph} caches intermediate results of graph processing, so
3030-the \pkg{igraph} comparisons will be faster on subsequent runs. To obtain
3131-fair comparisons, run only once or re-start the current R session.
3232-}
3328\examples{
3429graph <- weight_streetnet (hampi)
3530\dontrun{