plotly_grid: plotly_grid

View source: R/auxiliary_visuals.R

plotly_gridR Documentation

plotly_grid

Description

provide grid segment to draw in plot_ly()

Usage

plotly_grid(
  spatial_grid,
  x_start = "x_start",
  y_start = "y_start",
  x_end = "x_end",
  y_end = "y_end"
)

Arguments

spatial_grid

spatial_grid in giotto object

x_start

default to "x_start"

y_start

default to "y_start"

x_end

default to "x_end"

y_end

default to "y_end"

Value

edges in spatial grid as data.table()


drieslab/Giotto_site_suite documentation built on April 26, 2023, 11:51 p.m.