fitSelected {cyjShiny} | R Documentation |
Set zoom and center of the graph display so that the currently selected nodes fill the display
Description
Set zoom and center of the graph display so that the currently selected nodes fill the display
Usage
fitSelected(session, padding = 50)
Arguments
session |
a Shiny server session object. |
padding |
integer, default 50 pixels. |
Value
Nothing
See Also
Examples
## Not run:
fitSelected(session, 100)
## End(Not run)
[Package cyjShiny version 1.0.42 Index]