plotly_axis_scale_3D: plotly_axis_scale_3D

View source: R/auxiliary_visuals.R

plotly_axis_scale_3DR Documentation

plotly_axis_scale_3D

Description

adjust the axis scale in 3D plotly plot

Usage

plotly_axis_scale_3D(
  cell_locations,
  sdimx = NULL,
  sdimy = NULL,
  sdimz = NULL,
  mode = c("cube", "real", "custom"),
  custom_ratio = NULL
)

Arguments

cell_locations

spatial_loc in giotto object

sdimx

x axis of cell spatial location

sdimy

y axis of cell spatial location

sdimz

z axis of cell spatial location

mode

axis adjustment mode

custom_ratio

set the ratio artificially

Value

edges in spatial grid as data.table()


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