Description Usage Arguments Examples
make_iChart()
is a wrapper function for the sequence of functions that
take raw Tobii eyetracking data and converts it to a wide format
that plays nicely with the Language Learning Lab's RScripts.
1 2 | make_iChart(df_et, df_metadata, df_prescreen, df_timing, aois_list,
make_wide = TRUE, make_iChart_names = TRUE)
|
df_et |
A data frame of Tobii eye tracking data in long format. Typically generated by |
df_metadata |
A data frame of PEEK metadata. Typically generated by |
df_prescreen |
A data frame of PEEK prescreening information Typically generated by |
df_timing |
A data frame of PEEK noun onset timing information. Typically generated by |
aois_list |
A data frame of AOI information. Typically generated by |
make_wide |
A boolean indicating whether you want to return a wide or long formatted iChart. |
make_iChart_names |
A boolean indicating whether you want to return column names specifically formatted for the functions in iChartAnalyzeR package. |
1 2 3 | ## Not run: d <- make_iChart(df_et, df_metadata, df_prescreen, df_timing,
aois_list, make_wide = TRUE, make_iChart_names = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.