brain_map: brain map of given values

Description Usage Arguments Author(s)

View source: R/brain_map.R

Description

Function that realizes a simple map of the head (topview). Funzione che produce una mappa stilizzata della testa vista dall'alto. Di default plotta 20 canali con coordinate prefissate.

Usage

1
2
brain_map(values, labels = NULL, main = NULL, coords = NULL,
  col = c("white", "red")[(values < 0.05) + 1], ...)

Arguments

values

vector containig p-values that are to be drawn relative to channels. It has to have the same length of the vector containig the coordinates of the channels. vettore contenente i p-value relativi ai canali da plottare. Deve avere la stessa lunghezza del vettore contenente le coordinate in cui plottare i canali.

labels

vector containig the names of the channels that are to be drawn. If NULL, it take the labels from names(values) vettore contenente i nomi dei canali da plottare.

main

the title of the plot. NULL by default titolo del plot NULL di default.

coords

matrix of two columns containing the abscissa and the ordinates of the points that are to be drawn. Value's range [-1,1] default: channels are drawn at fixed coordinates vettore contenente le ascisse dei punti da plottare. I valori devono essere compresi tra [-1,1]. Di default i punti sono plottati a coordinate predefinite.

...

any other parameter affecting plot.

Author(s)

Michelle Viola


livioivil/neuR documentation built on May 21, 2019, 6:43 a.m.