,

Builds a channel from a vector of numbers.

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))