Description Usage Arguments Value See Also
View source: R/distance_funcs.R
Subset the rows and columns of a distance matrix.
1 | subset_distance_matrix(csd, dst, row_selection, col_selection)
|
csd |
A data frame containing cell segmentation data,
such as the result of
|
dst |
The distance matrix corresponding to |
row_selection, col_selection |
Selection criteria for the
rows and columns. Accepts all formats accepted by
|
The input matrix dst
subsetted to include only the
rows corresponding to row_selection
and columns
corresponding to col_selection
.
Other distance functions:
compute_all_nearest_distance()
,
count_touching_cells()
,
count_within_batch()
,
count_within_many()
,
count_within()
,
distance_matrix()
,
find_nearest_distance()
,
spatial_distribution_report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.