sstalgorithm: Auxiliary function for SST algorithm within function...

Description Usage Arguments Value See Also

View source: R/RcppExports.R

Description

Auxiliary function implemented in C++ making part of the SST algorithm in function sc_GraphBuilderObj()

Usage

1
sstalgorithm(membership, num_cells, distance)

Arguments

membership

a numeric array

num_cells

total number of cells in the sample

distance

a distance matrix

Value

A numeric array of length 3 is returned. The first element of the array is the minimum distance, and the second and third ones are the coordinates.

See Also

sc_GraphBuilderObj()


sincell documentation built on Nov. 8, 2020, 5:58 p.m.