draw.graph | R Documentation |
This function is responsible for ploting the graph based on the edges and export the image to a file.
draw.graph(edges = c(1, 2, 1, 3, 2, 3))
edges |
- A vector defining the edges, the first edge points from the first element to the second, the second edge from the third to the fourth, etc. |
graph.image.path - The path to the generated graph file.
Other draw:
draw.discounted.cash()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.