noc_enn {smerc} | R Documentation |
Returned ordered non-overlapping clusters
Description
noc_nn
returns the non-overlapping clusters
ordered by the values on tobs_nn
.
Usage
noc_enn(nn, tobs_nn, shape_nn, angle_nn, nnoc = length(nn))
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. |
Value
A list with clusts
, a list with elements
containing the non-overlapping clusters, and
tobs
, the associated test statistic for each
cluster.
[Package smerc version 1.8.4 Index]