- renamed
hdf5_to_csv()
tohdf5_to_df()
to accurately reflect operation - added
hdf5_get_event()
to access messages stored in the TOBII generated hdf5 - updated the sample_rate estimation code in
*_VTI()
,interpolate()
, andAOI_time*()
functions - updated plot aesthetics for colour-blindness (using viridis), and improving flexibility of use
- Added
create_AOI_df()
for generating an empty dataframe of the required column names
- added
plot_AOI_growth()
- fixed problem with
AOI_seq()
where it couldn't handle trials without fixations or entries - added create_AOI_df() which will create a blank data frame for populating with AOIs
- updated function examples to \donttest where appropriate
- updated functions to not
print()
, instead usesmessage()
- added support for multi-participant data in most functions
- standardised expected data input to functions
- added optional parameter for proportion of time spent to
AOI_time()
- fixed
smoother()
span parameter - added plots to
smoother()
- improved handling of variable order in all functions
- added new functions:
compare_algorithms()
,conditional_transform()
,fixation_VTI()
,hdf5_to_csv()
- added new function
seq_plot()
- presents raw data with time component
- data can be presented in time windows
- added a new function
AOI_seq()
- AOI_trial now works with raw data
- updated data files and documentation
- started process of using pkgdown
- fixed
combine_eyes()
to remove the column 'trial_phase'
- tidying up the dependencies
- added a progress bar (pbapply) to
fix_dispersion()
. - fixed a bug in
VTI_saccade()
where it couldn't handle trials without saccades
- Added a
NEWS.md
file to track changes to the package.