function_from_edge {rcausim}R Documentation

List functions given edges

Description

List functions given edges

Usage

function_from_edge(e)

Arguments

e

Edge, a data frame that must only include the columns 'from' and 'to in this order. A vertex name 'n' is not allowed.

Value

A list of character vectors of arguments for function which will be defined by a user using define function.

Examples


data(edges)
function_from_edge(edges)

[Package rcausim version 0.1.1 Index]