Description Usage Arguments Details Value Author(s) See Also Examples
The function takes an icac
object as returned by function icac
and plots an independent component with superimposed noise signal at a particular trial.
1 2 3 4 |
x |
An |
data |
The uncorrected data that was supplied to function |
ic |
Numeric. An IC to plot. |
trial |
Numeric. A trial to plot. |
noise.sig |
Character. A noise signal. If missing, the first channel from |
threshold |
Numeric. The threshold at which the correlation between an IC and a noise signal at a specific trial is deemed "significant". Defaults to |
col |
Vector. The colors to be used for plotting the noise signal (defaults to "black") and the IC if the correlation between the two reaches threshold (defaults to "blue"). |
xlim, ylim |
x- and y-limits. These should be chosen to cover the range of values of the surface. Defaults to |
xlab, ylab |
Titles for the axes. Numbers will be coerced to character strings. |
main |
Main title. Defaults to |
cex |
A numerical value giving the amount by which plotting text and symbols should be magnified. Defaults to 0.7. |
trial.cn |
The quoted column name containing the trial information. Defaults to "Trial". |
... |
Further arguments to pass to |
When plotting a trial where the IC did not correlate above threshold with the noise signal, the correlation and the line representing the IC will be gray by default. Otherwise, it will respectively be "blue". Note that if the correlation between an IC and a noise signal is negative, the noise signal is multiplied by -1 to make both waves comparable, but the correlation printed above the plot remains unchanged.
A plot of the noise signal and the IC with which it correlates above threshold at a certain trial.
Antoine Tremblay, Dalhousie University, trea26@gmail.com
fastICA
;
icac
;
mwd.thrsh
;
plot_avgba
;
plot_trba
;
plot_tric
;
summary.icac
;
topo_ic
;
update.icac
.
1 | # See vignette for examples.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.