plotly_network: plotly_network

Description Usage Arguments Value

View source: R/auxiliary_visuals.R

Description

provide network segment to draw in 3D plot_ly()

Usage

1
2
3
4
5
6
7
8
9
plotly_network(
  network,
  x = "sdimx_begin",
  y = "sdimy_begin",
  z = "sdimz_begin",
  x_end = "sdimx_end",
  y_end = "sdimy_end",
  z_end = "sdimz_end"
)

Arguments

gobject

network in giotto object

Value

edges in network as data.table()


bernard2012/Giotto documentation built on Sept. 22, 2020, 10:29 a.m.