print.mully: Print function

View source: R/mully_constructor.R

print.mullyR Documentation

Print function

Description

Print function

Usage

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

Arguments

x

The input graph

...

Other arguments to be passed to print

Value

No return value. The given graph is printed

Examples

g=mully::demo()
print(g)

frankkramer-lab/mully documentation built on Feb. 25, 2023, 2:40 a.m.