write_dot: Convert graph to dot format

write_dotR Documentation

Convert graph to dot format

Description

Convert graph to dot format

Usage

write_dot(
  graph,
  outfile = stdout(),
  size1 = 7.5,
  size2 = 10,
  title = "",
  dot2pdf = FALSE
)

Arguments

graph

Graph as igraph object or edge list (columns labelled 'from', 'to', 'weight')

outfile

Output file name

Examples

## Not run: 
results = qpgraph(example_f2_blocks, example_graph)
write_dot(results$edges)

## End(Not run)

uqrmaie1/admixtools documentation built on March 20, 2024, 8:24 a.m.