make_tcplotdata: time course plots for eye tracking computes avg proportion...

Description Usage Arguments Examples

View source: R/make_tcplotdata.R

Description

time course plots for eye tracking computes avg proportion and by subject standard errors.

Usage

1
make_tcplotdata(df, AOIs, subj, ..., bin = CURRENT_BIN, bin_interval = 20)

Arguments

df

dataframe

AOIs

column names of AOIs (for eyelink trackers, the RIGHT_1_P, RIGHT_2_P,... columns)

subj

participant column

...

variable names of experimental conditions

bin

BIN variable (for eyelink, this is the CURRENT_BIN column). Defaults to "CURRENT_BIN".

data

dataset

Examples

1
2
plottingdata <- make_tcplotdata(df,AOIs=c(refprop,disprop),subj=Participant,fluency,gesture)
tcplot(plottingdata,0,2000,lty=fluency)+facet_wrap(~gesture)

josiahpjking/jkr documentation built on Sept. 7, 2020, 3:54 a.m.