channel_dbl: Builds a channel.

View source: R/constructors.R

channel_dblR Documentation

Builds a channel.

Description

Builds a channel from a vector of numbers.

Usage

channel_dbl(
  values,
  x = NA_real_,
  y = NA_real_,
  z = NA_real_,
  reference = NA,
  ...
)

Arguments

values

Vector of doubles indicating amplitudes.

x

Position in the scalp.

y

Position in the scalp.

z

Position in the scalp.

reference

Reference electrode.

...

further arguments passed to or from other methods.

Value

A channel_dbl.

See Also

Other channel: as_channel_dbl(), is_channel_dbl()

Examples


Cz <- channel_dbl(runif(100, -5, 5))

bnicenboim/eeguana documentation built on March 16, 2024, 7:21 a.m.