Learn R Programming

grapherator (version 1.0.0)

A Modular Multi-Step Graph Generator

Description

Set of functions for step-wise generation of (weighted) graphs. Aimed for research in the field of single- and multi-objective combinatorial optimization. Graphs are generated adding nodes, edges and weights. Each step may be repeated multiple times with different predefined and custom generators resulting in high flexibility regarding the graph topology and structure of edge weights.

Copy Link

Version

Install

install.packages('grapherator')

Monthly Downloads

171

Version

1.0.0

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jakob Bossek

Last Published

December 21st, 2017

Functions in grapherator (1.0.0)

getter

Getter functions.
graph

Generate a bare graph.
grapherator-package

grapherator: A modular multi-step graph generator
grapherator

Graph object.
as.character.grapherator

Graph string representation.
edgeGenerators

Edge generators.
addNodes

Add nodes to graph.
addWeights

Add weights to graph.
addEdges

Add edges to graph.
addEdgesToPlot

Highlight edges in graph.
nodeGenerators

Node generators.
plot.grapherator

Visualize graph.
addWeightsConcave

@title Weight generators.
writeGP

Export/import graph.