getZoom,RCyjs-method {RCyjs}R Documentation

getZoom

Description

getZoom learn the zoom level of the current display

Usage

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

Arguments

obj

an RCyjs instance

Value

no return value

Examples

if(interactive()){
   rcy <- RCyjs(title="rcyjs demo", graph=simpleDemoGraph())
   getZoom(rcy)
   Sys.sleep(1)
   setZoom(rcy, 5)
   getZoom(rcy)
   }


[Package RCyjs version 2.12.0 Index]