Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

addPositionToDepthRanges

addPositionToDepthRanges(ranges, depth, position): void

Defined in: packages/sigma/src/utils/fragments.ts:37

Add a single position to a depth range, merging with adjacent fragments when possible.

Parameters

ranges

DepthRanges

depth

string

position

number

Returns

void