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

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.