Learn R Programming

fpa (version 1.0)

Spatio-Temporal Fixation Pattern Analysis

Description

Spatio-temporal Fixation Pattern Analysis (FPA) is a new method of analyzing eye movement data, developed by Mr. Jinlu Cao under the supervision of Prof. Chen Hsuan-Chih at The Chinese University of Hong Kong, and Prof. Wang Suiping at the South China Normal Univeristy. The package "fpa" is a R implementation which makes FPA analysis much easier. There are four major functions in the package: ft2fp(), get_pattern(), plot_pattern(), and lineplot(). The function ft2fp() is the core function, which can complete all the preprocessing within moments. The other three functions are supportive functions which visualize the eye fixation patterns.

Copy Link

Version

Install

install.packages('fpa')

Monthly Downloads

165

Version

1.0

License

GPL-2

Maintainer

Jinlu Cao

Last Published

August 31st, 2016

Functions in fpa (1.0)

plot_pattern

Plot the general fixation pattern
fpa-package

Spatio-temporal Fixation Pattern Analysis
pattern

Summary of fixation pattern generated by get_pattern() function
get_pattern

Get the general fixation pattern
ft2fp

Convert fixation time to fixation probability
lineplot

Plot the fixation probabilities for specific details
rawdata

Fixation time data of an eye movement experiment
newdata

Fixation probability data generated by ft2fp() function