print.Functions: Print method for Functions

View source: R/print.Functions-function.R

print.FunctionsR Documentation

Print method for Functions

Description

Print method for Functions

Usage

## S3 method for class 'Functions'
print(x, ...)

Arguments

x

Functions, an object class generated by function_from_edge or function_from_user functions.

...

Additional arguments are ignored in this method, but are included to maintain consistency with the generic print method.

Value

A summary of vertices that has functions. If there are vertices without functions, an instruction is shown.

Examples


data(edges)
functions <- function_from_edge(edges)
print(functions)

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