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)

mully documentation built on March 7, 2023, 8:10 p.m.