saveModuleToDot: Save module to a graphviz dot file

View source: R/io.R

saveModuleToDotR Documentation

Save module to a graphviz dot file

Description

Save module to a graphviz dot file

Usage

saveModuleToDot(
  module,
  file,
  name = NULL,
  extra.node.attrs = NULL,
  extra.edge.attrs = NULL
)

Arguments

module

Module to save

file

File to save to

name

Name of the module

extra.node.attrs

Table with additional node attributes to be written to the dot file as is

extra.edge.attrs

Table with additional edge attributes to be written to the dot file as is

Value

Returns NULL

Examples

data(mEx)
saveModuleToDot(module = mEx, file = "module.dot")


ctlab/gatom documentation built on Oct. 22, 2023, 4:30 p.m.