Package: HGraph 0.1.0

HGraph: Use Graph Structure to Travel

It is used to travel graphs, by using DFS and BFS to get the path from node to each leaf node. Depth first traversal(DFS) is a recursive algorithm for searching all the vertices of a graph or tree data structure. Traversal means visiting all the nodes of a graph. Breadth first traversal(BFS) algorithm is used to search a tree or graph data structure for a node that meets a set of criteria. It starts at the tree’s root or graph and searches/visits all nodes at the current depth level before moving on to the nodes at the next depth level. Also, it provides the matrix which is reachable between each node. Implement reference about Baruch Awerbuch (1985) <doi:10.1016/0020-0190(85)90083-3>.

Authors:JinanPang[aut, cre], HuiLi[ctb]

HGraph_0.1.0.tar.gz
HGraph_0.1.0.zip(r-4.5)HGraph_0.1.0.zip(r-4.4)HGraph_0.1.0.zip(r-4.3)
HGraph_0.1.0.tgz(r-4.5-any)HGraph_0.1.0.tgz(r-4.4-any)HGraph_0.1.0.tgz(r-4.3-any)
HGraph_0.1.0.tar.gz(r-4.5-noble)HGraph_0.1.0.tar.gz(r-4.4-noble)
HGraph_0.1.0.tgz(r-4.4-emscripten)HGraph_0.1.0.tgz(r-4.3-emscripten)
HGraph.pdf |HGraph.html
HGraph/json (API)

# Install 'HGraph' in R:
install.packages('HGraph', repos = c('https://stongan.r-universe.dev', 'https://cloud.r-project.org'))
Datasets:
  • edge - Edge file to R

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2.70 score 2 scripts 226 downloads 1 exports 5 dependencies

Last updated 2 years agofrom:eb22fe8424. Checks:1 OK, 7 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 13 2025
R-4.5-winNOTEFeb 13 2025
R-4.5-macNOTEFeb 13 2025
R-4.5-linuxNOTEFeb 13 2025
R-4.4-winNOTEFeb 13 2025
R-4.4-macNOTEFeb 13 2025
R-4.3-winNOTEFeb 13 2025
R-4.3-macNOTEFeb 13 2025

Exports:get_graph_info

Dependencies:evaluatehighrknitrxfunyaml

HGraph

Rendered fromHGraph.Rmdusingknitr::rmarkdownon Feb 13 2025.

Last update: 2023-03-22
Started: 2023-03-22