setSeed: Set seed

Description Usage Arguments

View source: R/utilities.R

Description

setSeed is called for its side effect, namely it specifies a random seed by calling set.seed.

Usage

1
setSeed(seed)

Arguments

seed

either NULL, in which case setSeed does nothing, or an integer value, in which case it is interpreted as the 'seed' argument in set.seed, or a list of arguments passed to set.seed


tdeenes/eegR documentation built on April 19, 2021, 4:17 p.m.