checkMaxSize: Check wave size

View source: R/utilities.R

checkMaxSizeR Documentation

Check wave size

Description

Check that the size of a wave does not exceed the maximum allowed size.

Usage

checkMaxSize(n, nmax)

Arguments

n

integer, size to be checked

nmax

integer, maximum allowed size

Value

nothing - just stops execution with an error message if n>nmax


benRenard/sequenceR documentation built on Jan. 11, 2025, 2:33 a.m.