getZoom: getZoom

Description Usage Arguments Value Examples

Description

getZoom learn the zoom level of the current display

Usage

1
2
## S4 method for signature 'RCyjs'
getZoom(obj)

Arguments

obj

an RCyjs instance

Value

no return value

Examples

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)
   }

paul-shannon/RCyjs documentation built on May 28, 2019, 1:15 p.m.