Skip to content
Toby Dylan Hocking edited this page Feb 9, 2025 · 3 revisions

30-60 minute talk

https://docs.google.com/presentation/d/1QDwo9x4OM7UKAXffJrny6nSfeytFR0kO5NB-NQEspcE

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. Le package animint2 permet la création rapide des graphiques interactifs, en utilisant la méthode "grammaire de graphiques" qui a été popularisée par ggplot2 pour les graphiques non-interactifs. animint2 est un logiciel mature, développé depuis 2013, disponible sur CRAN, avec beaucoup de documentation et tests. Dans cette présentation, je vais expliquer comment vous pouvez utiliser animint2 pour créer et partager les graphiques interactifs. Je vais aussi souligner quelques nouveautés permettant l'organisation et la documentation (les galeries, les visites guidées, les liens vers une vidéo et un code source).

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