Learn R Programming

smerc (version 1.8.3)

noc_nn: Returned ordered non-overlapping clusters

Description

noc_nn returns the non-overlapping clusters ordered by the values on tobs_nn.

Usage

noc_nn(nn, tobs_nn, nnoc = length(nn))

Value

A list with clusts, a list with elements containing the non-overlapping clusters, and

tobs, the associated test statistic for each cluster.

Arguments

nn

A nearest neighbor list.

tobs_nn

The test statistics for each sequence candidate zone.

nnoc

The number of non-overlapping clusters to return.