draw.graph: Draw the graph imported from the spreadsheet.

draw.graphR Documentation

Draw the graph imported from the spreadsheet.

Description

This function is responsible for ploting the graph based on the edges and export the image to a file.

Usage

draw.graph(edges = c(1, 2, 1, 3, 2, 3))

Arguments

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.

Value

graph.image.path - The path to the generated graph file.

See Also

Other draw: draw.discounted.cash()


antoanne/ifmFramework documentation built on Aug. 5, 2023, 6:03 p.m.