spatNetwDistributionsDistance
¶
spatNetwDistributionsDistance
Description¶
This function return histograms displaying the distance distribution for each spatial k-neighbor
Usage¶
spatNetwDistributionsDistance(
gobject,
spatial_network_name = "spatial_network",
hist_bins = 30,
test_distance_limit = NULL,
ncol = 1,
show_plot = NA,
return_plot = NA,
save_plot = NA,
save_param = list(),
default_save_name = "spatNetwDistributionsDistance"
)
Arguments¶
Argument |
Description |
---|---|
|
Giotto object |
|
name of spatial network |
|
number of binds to use for the histogram |
|
effect of different distance threshold on k-neighbors |
|
number of columns to visualize the histograms in |
|
show plot |
|
return ggplot object |
|
directly save the plot [boolean] |
|
list of saving parameters from ``all_plots_save_function` <#allplotssavefunction>`_ |
|
default save name for saving, alternatively change save_name in save_param |
Value¶
ggplot plot