powered by
build Rendering Option
buildROptions( headless = FALSE, styleEnabled = TRUE, hideEdgesOnViewport = FALSE, textureOnViewport = FALSE, motionBlur = FALSE, motionBlurOpacity = 0.2, wheelSensitivity = 1, pixelRatio = "auto" )
List typed Rendering Option for Cytoscape.js canvas object.
A convenience option that initialises the instance to run headlessly. [logical]
Whether style available or not. [logical]
Whether edge will show on canvas manipulation. [logical]
Whether texture used in canvas manipulation. [logical]
Whether use motionBlur effect. [logical]
opacity of motion blur frames [numeric between 0 ~ 1 (transparent)]
Changes the scroll wheel sensitivity when zooming. [numeric between 0 (zoom slower) ~ 1 (zoom faster)]
Overrides the screen pixel ratio with a manually set value [numeric]
undescribed parameter will set as default.
https://js.cytoscape.org/#core/initialisation
ropt <- buildROptions(wheelSensitivity = 0.5)
Run the code above in your browser using DataLab