plotly_network: plotly_network

View source: R/auxiliary_visuals.R

plotly_networkR Documentation

plotly_network

Description

provide network segment to draw in 3D plot_ly()

Usage

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


RubD/Giotto documentation built on April 29, 2023, 5:52 p.m.