François Briatte
François Briatte
> https://github.com/tidyverse/ggplot2/tree/sf This _rocks_, I'll explore and see if I can teach with that (the workshop starts in February).
This looks like a map that I'd be happy to reproduce with R: https://visionscarto.net/global-nuclear-power-database I'm posting some other suggestions in the other issues of this repo.
Many thanks!
The conversation over at [tim-salabim/rspatial/issues/9](https://github.com/tim-salabim/rspatial/issues/9) is getting somewhere. @edzer just posted a [detailed text](https://github.com/tim-salabim/rspatial/issues/9#issuecomment-272658485) that links to * http://r-spatial.org/ * http://rspatial.org/ and all the other relevant places to monitor. The...
Last thing: the new repo to watch for discussions is [r-spatial/discuss](https://github.com/r-spatial/discuss).
Hi, This is a related question from someone who just discovered your wonderful website. I do not understand why the "Representative sponsor" is sometimes listed as text, and sometimes through...
Alright, thanks for the clarification! My understanding is that some bills have one or two "primary" sponsor(s), while others do not. That's an interesting but complex scenario: in most countries,...
No problem. If it helps, the number of edges weights set to `NA` seem to be completely random.
Having just stumbled upon this suggestion, I'd like to reference some code I wrote to plot networks with `ggplot2`: https://briatte.github.io/ggnet/ (the functions are published in the `GGally` package) Right now,...
Wow, old thread! Three approaches to network viz with ggplot2 are documented here: - https://journal.r-project.org/archive/2017/RJ-2017-023/index.html - https://github.com/sctyner/ggnet-paper The three approaches: - https://github.com/sctyner/geomnet - https://github.com/briatte/ggnet - https://github.com/briatte/ggnetwork … but in my...