sstalgorithm {sincell}R Documentation

Auxiliary function for SST algorithm within function sc_GraphBuilderObj()

Description

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

Usage

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()


[Package sincell version 1.25.0 Index]