doLayout {cyjShiny} | R 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)
[Package cyjShiny version 1.0.42 Index]