three_dim_plot: General 3D plotting function

three_dim_plotR Documentation

General 3D plotting function

Description

General 3D plotting function

Usage

three_dim_plot(
  int_df,
  annotation_level = NULL,
  annotation_colors = many,
  intensity_colors = inferno,
  sizes = c(10, 1000),
  ...
)

Arguments

annotation_level

The structure annotation level to color code.

annotation_colors

Color map for structure annotation.

sizes

The size range for points.

...

Other arguments passed to plotly::plot_ly().

intnesity_colors

Colors for intensity scale.

both_hemispheres

Logical. Whether to plot both hemispheres (TRUE) of only one (FALSE).

Value

A three-dimensional plot.


quadbiolab/VoxHunt documentation built on March 4, 2024, 6:37 a.m.