show patterns for 3D spatial data
showPattern3D(
gobject,
spatPatObj,
dimension = 1,
trim = c(0.02, 0.98),
background_color = "white",
grid_border_color = "grey",
show_legend = TRUE,
point_size = 1,
axis_scale = c("cube", "real", "custom"),
custom_ratio = NULL,
x_ticks = NULL,
y_ticks = NULL,
z_ticks = NULL,
show_plot = NULL,
return_plot = NULL,
save_plot = NULL,
save_param = list(),
default_save_name = "showPattern3D"
)
giotto object
Output from detectSpatialPatterns
dimension to plot
Trim ends of the PC values.
background color for plot
color for grid
show legend of plot
adjust the point size
scale the axis
cutomize the scale of the axis
the tick number of x_axis
the tick number of y_axis
the tick number of z_axis
show plot
return plot object
directly save the plot [boolean]
list of saving parameters, see
showSaveParameters
default save name for saving, don't change, change save_name in save_param
plotly