next |
previous
| forward |
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Graphs
(missing documentation) ::
writeDotFile
writeDotFile -- Writes a graph to a dot file with a specified filename
Synopsis
Usage:
writeDotFile(fileName,G)
Inputs:
G
,
an object of class
Graph
(missing documentation)
fileName
,
a
string
Description
Writes the code for an inputted graph to be constructed in Graphviz with specified file name.
Ways to use
writeDotFile
:
writeDotFile(String,Graph)