clusteringR: Detect continuous clusters in fields (R)

Description Usage Arguments Value

Description

This is a R implementation of a 2D clustering algorithm to detect continuous areas of grid cells above a certain threshold. For a function using fortran code see clusteringf90.

Usage

1
clusteringR(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.


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