Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functionality to run a dot file through graphviz #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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