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.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'))

Peer review:

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 213 downloads 1 exports 5 dependencies

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

TargetResultDate
Doc / VignettesOKNov 15 2024
R-4.5-winNOTENov 15 2024
R-4.5-linuxNOTENov 15 2024
R-4.4-winNOTENov 15 2024
R-4.4-macNOTENov 15 2024
R-4.3-winNOTENov 15 2024
R-4.3-macNOTENov 15 2024

Exports:get_graph_info

Dependencies:evaluatehighrknitrxfunyaml

HGraph

Rendered fromHGraph.Rmdusingknitr::rmarkdownon Nov 15 2024.

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