doLayout: Layout the current graph using the specified strategy.

View source: R/cyjShiny.R

doLayoutR Documentation

Layout the current graph using the specified strategy.

Description

Layout the current graph using the specified strategy.

Usage

doLayout(session, strategy)

Arguments

session

a Shiny Server session object.

strategy

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

Value

Nothing

Examples

## Not run: 
doLayout(session, "cola")

## End(Not run)

cyjShiny documentation built on March 31, 2023, 10:24 p.m.