graph.phase | R Documentation |
specific graphs for each phase
graph.phase( data, phase = NULL, quest = NULL, score = NULL, xlab = NULL, ylab = NULL, ylim = NULL )
data |
data frame |
phase |
analysis phases. Mandatory parameter, it could be: 'baseline' 'induction', 'learning', or 'transfer'. |
quest |
Induction questionnaires: EVEA or SAM -> consider upper case |
score |
Dependent variable you'll use, depending on the questionnaire: anger, sadness, fear, happiness for the EVEA; arousal, valence for the SAM. |
xlab |
x-axis label |
ylab |
y-axis label |
ylim |
y-axis limit |
specific graphic useful in each experimental phase. We used mean and standard error bars.
df<-data.frame('your data') graph.phase(df,phase='baseline') graph.phase(df,phase='induction', quest = 'EVEA', score = 'sadness') graph.phase(df, 'induction', EVEA', sadness')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.