edge_from_function {rcausim} | R Documentation |
Identify edges given functions
edge_from_function(func)
func |
Functions, an object class generated by
|
A data frame which include the columns 'from' and 'to in this order.
data(functions)
edge_from_function(functions)