Skip to content

Commit

Permalink
package build, check, and site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
M1V0 committed Dec 17, 2024
1 parent 598faac commit 986a077
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot_heatmap.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Plot heatmap of raw data
#'
#' A tool for visualising a heatmap of raw data.
#' Plots a heatmap of raw data.
#'
#' @param data data in standard raw data form (time, x, y, trial)
#' @param trial_number can be used to select particular trials within the data
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Available functions in the latest CRAN version:
| `hdf5_get_event()` | A function to get the message event files from a TOBII-generated hdf5 files to dataframe |
| `interpolate()` | Interpolates data across gaps; provides a summary report of repair |
| `plot_AOI_growth()` | Plots absolute or proportional time spent in AOIs over time |
| `plot_heatmap()` | Plots a heatmap of raw data. |
| `plot_seq()` | provides a 2D plot of raw data for a single trial. Data can be split into time bins |
| `plot_spatial()` | provides a 2D plot of raw data, fixations, saccades, and AOIs |
| `saccade_VTI()` | Velocity threshold algorithm for saccade detection. Provides summary of velocity, location, duration |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Available functions in the latest CRAN version:
| `hdf5_get_event()` | A function to get the message event files from a TOBII-generated hdf5 files to dataframe |
| `interpolate()` | Interpolates data across gaps; provides a summary report of repair |
| `plot_AOI_growth()` | Plots absolute or proportional time spent in AOIs over time |
| `plot_heatmap()` | Plots a heatmap of raw data. |
| `plot_seq()` | provides a 2D plot of raw data for a single trial. Data can be split into time bins |
| `plot_spatial()` | provides a 2D plot of raw data, fixations, saccades, and AOIs |
| `saccade_VTI()` | Velocity threshold algorithm for saccade detection. Provides summary of velocity, location, duration |
Expand Down
4 changes: 4 additions & 0 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgdown_sha: ~
articles:
Animating-eyetools-data: Animating-eyetools-data.html
eyetools: eyetools.html
last_built: 2024-12-17T15:33Z
last_built: 2024-12-17T15:45Z
urls:
reference: https://tombeesley.github.io/eyetools/reference
article: https://tombeesley.github.io/eyetools/articles
Expand Down

0 comments on commit 986a077

Please sign in to comment.