View source: R/auxiliary_visuals.R
plotly_grid | R Documentation |
provide grid segment to draw in plot_ly()
plotly_grid(
spatial_grid,
x_start = "x_start",
y_start = "y_start",
x_end = "x_end",
y_end = "y_end"
)
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" |
edges in spatial grid as data.table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.