Skip to content

Functionality to run a dot file through graphviz#5

Open
hhoeflin wants to merge 2 commits intokasperdanielhansen:develfrom
hhoeflin:master
Open

Functionality to run a dot file through graphviz#5
hhoeflin wants to merge 2 commits intokasperdanielhansen:develfrom
hhoeflin:master

Conversation

@hhoeflin
Copy link

Rgraphviz currently only supports layouting through an Ragraph object. The underlying graphviz library however also has the ability to directly render from graphs in dot format. In this enhancement, a function is provided that allows a user to create an output graph using a character vector that represents a graph in dot format.

hhoeflin added 2 commits May 15, 2015 10:38
The commit adds c-code in src/dotToFile to run a
graph in dot-format through graphviz without going through
the Ragraph class.

The method in R is integrated into toFile, which has been
changed to a generic to support this. An example has been
added to the example section and the manual file updated and
renamed.
Moved the file back to the man folder where it belongs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant