check_epochs: Check if the 'epochs' is valid

View source: R/check_epochs.R

check_epochsR Documentation

Check if the epochs is valid

Description

Check if the epochs is valid Will stop if not.

Usage

check_epochs(epochs)

Arguments

epochs

number of epochs, as checked by check_epochs

Details

Note that in some contexts, epochs cannot be zero. That condition will be checked in that context.

Value

Nothing. Will stop if epochs is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

check_epochs(0)
check_epochs(1)
check_epochs(100)

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.