From bc6faab6969d0fed5507a18708ac113ecaa769d3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 17 Dec 2024 15:47:13 +0000 Subject: [PATCH] package build, check, and site updates --- R/plot_heatmap.R | 2 +- README.Rmd | 1 + README.md | 1 + docs/index.html | 7 +++++++ docs/pkgdown.yml | 4 ++++ 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/R/plot_heatmap.R b/R/plot_heatmap.R index 99d4cd8..c3bb17d 100644 --- a/R/plot_heatmap.R +++ b/R/plot_heatmap.R @@ -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 diff --git a/README.Rmd b/README.Rmd index b5e1122..c521761 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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 | diff --git a/README.md b/README.md index c88ea26..e79ff3e 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/docs/index.html b/docs/index.html index 8eb7ee4..8174403 100644 --- a/docs/index.html +++ b/docs/index.html @@ -165,6 +165,13 @@

Plots absolute or proportional time spent in AOIs over time +<<<<<<< Updated upstream +======= +plot_heatmap() +Plots a heatmap of raw data. + + +>>>>>>> Stashed changes plot_seq() provides a 2D plot of raw data for a single trial. Data can be split into time bins diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 9fd8e35..930e07a 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -4,7 +4,11 @@ pkgdown_sha: ~ articles: Animating-eyetools-data: Animating-eyetools-data.html eyetools: eyetools.html +<<<<<<< Updated upstream last_built: 2024-12-17T15:33Z +======= +last_built: 2024-12-17T15:45Z +>>>>>>> Stashed changes urls: reference: https://tombeesley.github.io/eyetools/reference article: https://tombeesley.github.io/eyetools/articles