to_dot {CIMICE}R Documentation

Dot graph output

Description

Represents this graph in dot format (a textual output format)

Usage

to_dot(out, ...)

Arguments

out

the output object of CIMICE (es, from quick run)

...

other arguments for format_labels

Value

a string representing the graph in dot format

Examples

to_dot(quick_run(example_dataset()))


[Package CIMICE version 1.2.0 Index]