draw_ggraph {CIMICE}R Documentation

ggplot graph output

Description

Draws the output graph using ggplot

Usage

draw_ggraph(out, digits = 4, ...)

Arguments

out

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

digits

precision for edges' weights

...

other arguments for format_labels

Value

ggraph object representing g as described

Examples

draw_ggraph(quick_run(example_dataset()))


[Package CIMICE version 1.2.0 Index]