find_max_count: Find max count.

View source: R/public_utils.R

find_max_countR Documentation

Find max count.

Description

Find max count.

Usage

find_max_count(event_count_freqs)

Arguments

event_count_freqs

A matrix where each column refers to the count of events and the rows refer to times (temporal bins used for counting). The cells each indicate the number of times a given count–time pair has been sampled.

Value

Integer indicating the maximum count sampled from any temporal bin in the event_count_freqs matrix.


wccarleton/chronup documentation built on March 29, 2023, 1:24 a.m.