Learn R Programming

cyjShiny (version 1.0.42)

doLayout: Layout the current graph using the specified strategy.

Description

Layout the current graph using the specified strategy.

Usage

doLayout(session, strategy)

Value

Nothing

Arguments

session

a Shiny Server session object.

strategy

a character string, one of cola, cose, circle, concentric, grid, breadthfirst, random, dagre, cose-bilkent.

Examples

Run this code
if (FALSE) {
doLayout(session, "cola")
}

Run the code above in your browser using DataLab