moveSelectedNodes: Move selected nodes

Description Usage Arguments Value

View source: R/moveSelectedNodes.R

Description

Move all selected nodes x and y position by x.offset and y.offset.

Usage

1
2
moveSelectedNodes(x.offset = 0, y.offset = 0, network = "current",
  network.viewid = "current", base.url = "http://localhost:1234/v1")

Arguments

x.offset

numeric that you want to add to every selected node x position - default is zero

y.offset

numeric that you want to add to every selected node y position - default is zero

network

name or suid of the network; default is "current" network

network.viewid

suid of the network view; default is "current" network view

base.url

cyrest base url for communicating with cytoscape

Value

server response


cytoscape/r2cytoscape documentation built on May 4, 2019, 6:36 p.m.