Skip to content
Toby Dylan Hocking edited this page Nov 13, 2024 · 1 revision

30-60 minute talk

https://docs.google.com/presentation/d/1QQNNjdupQZm34XIsO_nnF-ilnH5R-tRBvG82oL1tOB0/edit#slide=id.g31335e06898_0_19

English

Title: animint2 R package for animated, interactive ggplots

Author: Toby Dylan Hocking, Associate Professor, UdeS Département d'Informatique http://tdhock.github.io/

Abstract: Interactive web graphics are great for communication and knowledge sharing, but are difficult to leverage during the exploratory phase of a data science workflow. We propose the R package animint2 for rapid creation of linked and animated web graphics through a simple extension (fork) of ggplot2’s implementation of the Grammar of Graphics. It has been collaboratively developed since 2013, is available on CRAN, and has extensive documentation and testing. In this talk I will give a brief tutorial on how animint2 can be used to create and publish animated, interactive web graphics.

Research paper: https://amstat.tandfonline.com/doi/full/10.1080/10618600.2018.1513367

R package: https://github.com/animint/animint2

Online manual: https://rcdata.nau.edu/genomic-ml/animint2-manual/Ch02-ggplot2.html

Gallery of examples: https://animint.github.io/gallery/

French

Titre : animint2 dans R pour les graphiques intéractifs

Conférencier : Toby Dylan Hocking, Professeur Agrégé, UdeS Département d'Informatique http://tdhock.github.io/

Résumé : Dans la visualisation de données, les graphiques interactifs permettent de cliquer sur des éléments d'un graphique, pour ensuite changer ce qui est affiché dans un autre graphique. Ils sont utiles pour l'enseignement et la recherche, mais ils sont souvent difficiles à créer. Ici, je propose le package R animint2 pour la création rapide des graphiques interactifs, en utilisant la méthode "grammaire de graphiques" qui a été popularisé par ggplot2 pour les graphiques non interactifs. animint2 est un logiciel mature, développé depuis 2013, disponible sur CRAN, avec beaucoup de documentation. Dans cette présentation je vais expliquer comment vous pouvez utiliser animint2 pour créer et partager les graphiques interactifs.

Article : https://doi.org/10.1080/10618600.2018.1513367

Paquetage R : https://github.com/animint/animint2

Documentation : https://rcdata.nau.edu/genomic-ml/animint2-manual/Ch02-ggplot2.html

Exemples : https://animint.github.io/gallery/

Clone this wiki locally