Description Usage Arguments Value Examples
setZoom
zoom in or out
1 2 | ## S4 method for signature 'RCyjs'
setZoom(obj, newValue)
|
obj |
an RCyjs instance |
newValue |
numeric, typically be 0.1 (zoomed way out, nodes are small) and 10 (zoomed way in, nodes are large) |
no return value
1 2 3 4 5 6 | if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
setZoom(rcy, 0.2)
Sys.sleep(1)
setZoom(rcy, 5)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.