print.Functions {rcausim} | R 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
|
... |
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)
[Package rcausim version 0.1.1 Index]