print.mully {mully}R 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)

[Package mully version 2.1.38 Index]