function_from_edge {rcausim} | R Documentation |
List functions given edges
function_from_edge(e)
e |
Edge, a data frame that must only include the columns 'from' and 'to in this order. A vertex name 'n' is not allowed. |
A list of character vectors of arguments for function which will be
defined by a user using define
function.
data(edges)
function_from_edge(edges)