Package: simplegraph 1.0.1.9000
simplegraph: Simple Graph Data Types and Basic Algorithms
Simple classic graph algorithms for simple graph classes. Graphs may possess vertex and edge attributes. 'simplegraph' has no dependencies and it is written entirely in R, so it is easy to install.
Authors:
simplegraph_1.0.1.9000.tar.gz
simplegraph_1.0.1.9000.zip(r-4.5)simplegraph_1.0.1.9000.zip(r-4.4)simplegraph_1.0.1.9000.zip(r-4.3)
simplegraph_1.0.1.9000.tgz(r-4.4-any)simplegraph_1.0.1.9000.tgz(r-4.3-any)
simplegraph_1.0.1.9000.tar.gz(r-4.5-noble)simplegraph_1.0.1.9000.tar.gz(r-4.4-noble)
simplegraph_1.0.1.9000.tgz(r-4.4-emscripten)simplegraph_1.0.1.9000.tgz(r-4.3-emscripten)
simplegraph.pdf |simplegraph.html✨
simplegraph/json (API)
NEWS
# Install 'simplegraph' in R: |
install.packages('simplegraph', repos = c('https://gaborcsardi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gaborcsardi/simplegraph/issues
Last updated 1 years agofrom:35c2d6949f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:adjacent_verticesbfsdegreeedgesgraphincident_edgesis_loopyis_multigraphis_simpleis_weightedorderpredecessorsremove_loopsremove_multiplesanitizesimplifysizestrengthsuccessorstopological_sorttransposevertex_idsvertices
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Adjacent vertices for all vertices in a graph | adjacent_vertices |
Breadth-first search of a graph | bfs |
Degree of vertices | degree |
Edges of a graph | edges |
Create a graph | graph |
Incident edges | incident_edges |
Is this a loopy graph? | is_loopy |
Is this a multigraph? | is_multigraph |
Is this a simple graph? | is_simple |
Is the graph weighted? | is_weighted |
Order of a graph | order |
Predecessors and successors | predecessors successors |
Remove loop edges from a graph | remove_loops |
Remove multiple edges from a graph | remove_multiple |
Check the validity of a graph data structure | sanitize |
Simple Graph Data Types and Basic Algorithms | simplegraph-package simplegraph |
Remove multiple and loop edges from a graph | simplify |
The size of the graph is the number of edges | size |
Vertex strength: sum of weights of incident edges | strength |
Topological sorting of a graph | topological_sort |
Transpose a graph | transpose |
Vertex ids of a graph | vertex_ids |
Vertices of a graph, with metadata | vertices |