View source: R/EyeDoctor_PadLines.R
EyeDoctor_PadLines | R Documentation |
This function pads text lines in the raw asc files to enable processing of fixations that are just to the left or to the right text margin. Please note that if lines are not padded, EyeDoctor maps all fixations outside the text area as -1, which makes it impossible to map them to the line area on which they occured.
EyeDoctor_PadLines(data_dir = NULL, paddingSize = 5)
data_dir |
A directory containing asc data files to be processed |
paddingSize |
How many characters to pad to the left and to the right of the line margin. #' |
Nothing; the padded asc files are directly saved to the input directory
Martin R. Vasilev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.