neighbours {RCBR}R Documentation

Check Neighbouring Cell Counts

Description

Compare cell counts for each cell with its neighbours and return indices of the locally maximal cells.

Usage

neighbours(SignVector)

Arguments

SignVector

n by m matrix of signs produced by NICER

Value

Column indices of the cells that are locally maximal, i.e. those whose neighbours have strictly fewer cell counts. The corresponding interior points of these cells can be used as potential mass points for the NPMLE function rcbr.fit.KW.


[Package RCBR version 0.6.2 Index]