Learn R Programming

datamodelr (version 0.2.1.9001)

dm_render_graph: Render graph

Description

Using DiagrammeR to render datamodelr graph object

Usage

dm_render_graph(graph, width = NULL, height = NULL)

Arguments

graph

a graph object

width

an optional parameter for specifying the width of the resulting graphic in pixels.

height

an optional parameter for specifying the height of the resulting graphic in pixels.