,
Builds a channel from a vector of numbers.
channel_dbl(
values,
x = NA_real_,
y = NA_real_,
z = NA_real_,
reference = NA,
...
)
Vector of doubles indicating amplitudes.
Position in the scalp.
Position in the scalp.
Position in the scalp.
Reference electrode.
further arguments passed to or from other methods.
A channel_dbl.
Other channel:
as_channel_dbl()
,
is_channel_dbl()
Cz <- channel_dbl(runif(100, -5, 5))