dm_export_graph: Export graph to file

Description Usage Arguments

View source: R/graph.R

Description

Export data model graph object object to PNG, PDF, PS or SVG file.

Usage

1
2
dm_export_graph(graph, file_name = NULL, file_type = NULL, width = NULL,
  height = NULL)

Arguments

graph

a graph object

file_name

file name

file_type

file type (if not provided, file name extension is used)

width

width

height

height


bergant/datamodelr documentation built on March 6, 2021, 5:47 a.m.