-
Notifications
You must be signed in to change notification settings - Fork 21
Presentations
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/
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/
If you're facing any problems, feel free to let us know by creating issues. (please do not edit this footer)