fit {cyjShiny}R Documentation

Set zoom and center of the graph display so that graph fills the display.

Description

Set zoom and center of the graph display so that graph fills the display.

Usage

fit(session, padding = 50)

Arguments

session

a Shiny server session object.

padding

integer, default 50 pixels.

Value

Nothing

See Also

fitSelected

Examples

## Not run: 
fit(session, 100)

## End(Not run)


[Package cyjShiny version 1.0.42 Index]