rangeCount: Count Hits in Range

View source: R/rapt_spec.R

rangeCountR Documentation

Count Hits in Range

Description

rangeCount counts the number of hits in the POS or ATO that fall within the provided mass range. To get the hit information within a mass range, use rangePOS.

Usage

rangeCount(pos, start, end)

Arguments

pos

A data.frame. The POS to be ranged

start

Numeric. The start of the mass range

end

Numeric. The end of the mass range

Value

The number of hits falling within the range.

See Also

Other ranging functions: rangePOS(), rngCount(), rngPOS()


aproudian2/rapt documentation built on Dec. 15, 2022, 4:24 a.m.