Skip to content

Commit

Permalink
update articles
Browse files Browse the repository at this point in the history
  • Loading branch information
M1V0 committed Oct 22, 2024
1 parent 65ef8f8 commit 406004d
Show file tree
Hide file tree
Showing 72 changed files with 52 additions and 43 deletions.
81 changes: 45 additions & 36 deletions docs/articles/Animating-eyetools-data.html

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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-10-22T10:36Z
last_built: 2024-10-22T11:52Z
urls:
reference: https://tombeesley.github.io/eyetools/reference
article: https://tombeesley.github.io/eyetools/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions vignettes/articles/Animating-eyetools-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ animate(plot_animate_smooth,
```

```{r, include=FALSE}
```{r, include=FALSE, eval = FALSE}
# To save an animation
anim_save("figures/raw_smooth_single.gif", plot_animate_smooth, height = 1080, width = 1920, duration = round(max(data_both$time)/1000),
end_pause = 5)
Expand Down Expand Up @@ -185,7 +185,7 @@ animate(plot_animate3,
start_pause = 5)
```

```{r, include=FALSE}
```{r, include=FALSE, eval = FALSE}
# To save an animation
anim_save("figures/raw_smooth_lag.gif", plot_animate3, height = 1080, width = 1920, duration = round(max(data_both$time)/1000),
end_pause = 5)
Expand Down Expand Up @@ -250,7 +250,7 @@ animate(plot_animate_4,
duration = round(max(data_plot4$time)/1000))
```

```{r, include=FALSE}
```{r, include=FALSE, eval = FALSE}
# To save an animation
anim_save("figures/AOI_entry.gif", plot_animate_4, height = 1080, width = 1920, duration = round(max(data_plot4$time)/1000),
end_pause = 5)
Expand Down Expand Up @@ -301,7 +301,7 @@ animate(growth_all,
duration = round(max(data_growth$time)/1000))
```

```{r, include=FALSE}
```{r, include=FALSE, eval = FALSE}
# To save an animation
anim_save("figures/data_growth_all.gif", growth_all, height = 1080, width = 1920, duration = round(max(data_growth$time)/1000),
end_pause = 5)
Expand Down Expand Up @@ -354,7 +354,7 @@ animate(growth_partial,
duration = round(max(data_growth$time)/1000))
```

```{r, include=FALSE}
```{r, include=FALSE, eval = FALSE}
# To save an animation
anim_save("figures/data_growth_partial.gif", growth_partial, height = 1080, width = 1920, duration = round(max(data_growth$time)/1000),
end_pause = 5)
Expand Down

0 comments on commit 406004d

Please sign in to comment.