Description Usage Arguments Value Examples
getZoom
learn the zoom level of the current display
1 2 | ## S4 method for signature 'RCyjs'
getZoom(obj)
|
obj |
an RCyjs instance |
no return value
1 2 3 4 5 6 7 | if(interactive()){
rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
getZoom(rcy)
Sys.sleep(1)
setZoom(rcy, 5)
getZoom(rcy)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.