channel_dbl | R Documentation |
Builds a channel from a vector of numbers.
channel_dbl(
values,
x = NA_real_,
y = NA_real_,
z = NA_real_,
reference = NA,
...
)
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. |
A channel_dbl.
Other channel:
as_channel_dbl()
,
is_channel_dbl()
Cz <- channel_dbl(runif(100, -5, 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.