tcplot: time course plots for eye tracking defaults to colour by AOI.

Description Usage Arguments Examples

View source: R/tcplot.R

Description

time course plots for eye tracking defaults to colour by AOI.

Usage

1
2
3
4
5
6
7
8
9
tcplot(
  df,
  col = AOI,
  lty = NULL,
  x = time,
  y = mean_prop,
  ymin = low,
  ymax = up
)

Arguments

df

a dataframe in long format from the make_tcplotdata function

col

= line colours variable name

lty

= line type variable name

Examples

1
2
tcplot(plotting_data, -1000, 1000)
tcplot(plotting_data, -1000, 1000,col=fluency, lty=AOI)

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