check_analyse_epochs: Check if the 'analyse_epochs' is valid

View source: R/check_analyse_epochs.R

check_analyse_epochsR Documentation

Check if the analyse_epochs is valid

Description

Check if the analyse_epochs is valid Will stop if not.

Usage

check_analyse_epochs(analyse_epochs)

Arguments

analyse_epochs

the epochs to analyse, e.g. c(1, 2, 3), as checked by check_analyse_epochs

Value

Nothing. Will stop if analyse_epochs is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

check_analyse_epochs(1)
check_analyse_epochs(c(1, 2))
check_analyse_epochs(seq(1, 3))

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