display_graph: Display graph with 'DiagrammeR::grViz' (using knitr sizing)

Description Usage Arguments

Description

Display graph with DiagrammeR::grViz (using knitr sizing)

Usage

1
2
display_graph(diagram = "", engine = "dot", allow_subst = TRUE,
  options = NULL, width = NULL, height = NULL)

Arguments

diagram

spec for a diagram as either text, filename string, or file connection.

engine

string for the Graphviz layout engine

allow_subst

a boolean that enables/disables subsitution functionality

options

parameters supplied to the htmlwidgets framework

width

width

height

height


bergant/rmdoc documentation built on May 12, 2019, 3:06 p.m.