François Briatte

Results 129 comments of François Briatte

> Pour tout dire, si plusieurs personnes ont envie de travailler ensemble, je n'ai aucun problème à envisager de déplacer analyse-R vers un compte GitHub d'orga et à partager des...

Ewen Gallic has really nice slides here: http://egallic.fr/maps-with-r-slides/ I'll invite him to join us on the project.

Cette présentation de @Bakaniko est à jour des options possibles : https://roelandtn.frama.io/slides/2090628_meetup_Raddict_datageo.html#1 La solution `sf` est devenue une une solution 100% ggplot2-compatible avec l'implémentation de [`geom_sf`](https://ggplot2.tidyverse.org/reference/ggsf.html).

Quelques exemples ici aussi : http://f.briatte.org/teaching/ida/110_networks.html Et tu peux naturellement utiliser tout le reste du cours, qui a un peu vieilli mais qui tient encore la route à mon sens....

OK, j'essaierai de trouver le temps. Assigne-moi l'issue si tu peux :)

This works to skip the vignette: ``` r install_github("rrdf", "egonw", subdir="rrdf", build_vignettes = FALSE) library(rrdf) ``` It looks like the vignette is 'installed'… ``` Installing github repo rrdf/master from egonw...

Hi @peranti — Very late answer, sincere apologies for that. `ggnetwork` supports `ggplot2` scales, so using `scale_*_manual` should work.

Thanks, but the material doesn't look like it was uploaded by the course instructor. Was the upload approved? I'm hesitant to add it otherwise.

Hi @Fred-White94 — The tutorial you mention shows you how to use `geom_edges` and `geom_nodes` in order to draw the actual graph. On its own, `ggnetwork` will show neither.

You would need to find a package that will draw pie charts instead of points, and then simply pass that geometry where you would pass `geom_nodes` in any of the...