function_from_edge: List functions given edges

View source: R/function_from_edge-function.R

function_from_edgeR 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)

rcausim documentation built on June 24, 2024, 5:06 p.m.