clusteringf90: Detect continuous clusters in fields (fortran)

Description Usage Arguments Value Source

Description

This is a wrapper function for the fortran subroutine clustering. The algorithm is equivalent to the R implementation in clusteringR.

Usage

1
clusteringf90(x, thres = 0)

Arguments

x

a data matrix

thres

threshold

Value

A matrix of the same dimensions as x holding the IDs of the detected clusters.

Source

The original fortran subroutine can be found at https://github.com/lochbika/celltrack/blob/master/src/modcelldetection.f90


MartinRoth/fortranClustering documentation built on May 7, 2019, 3:38 p.m.