Skip to content

Commit

Permalink
structural.properties.R example
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed Oct 10, 2023
1 parent 6816ad0 commit 7224e5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/structural.properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -1777,6 +1777,10 @@ bfs <- function(graph, root, mode = c("out", "in", "all", "total"),
#' f.out <- function(graph, data, extra) {
#' data["vid"] == 1
#' }
#' tmp <- dfs(make_tree(10) %du% make_tree(10),
#' root = 1,
#' out.callback = f.out
#' )
#'
dfs <- function(graph, root, mode = c("out", "in", "all", "total"),
unreachable = TRUE,
Expand Down
4 changes: 4 additions & 0 deletions man/dfs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7224e5a

Please sign in to comment.