Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

hextri package, documentation, vignette #30

Open
dicook opened this issue Apr 6, 2016 · 9 comments
Open

hextri package, documentation, vignette #30

dicook opened this issue Apr 6, 2016 · 9 comments

Comments

@dicook
Copy link

dicook commented Apr 6, 2016

No description provided.

@tslumley
Copy link

tslumley commented Apr 7, 2016

Sounds like a good idea to me.

@ghost
Copy link

ghost commented Apr 7, 2016

I'm completely new to this hexagonal binning technique. Could you say more about how triangular sub-binning works? And perhaps there's scope for collaboration with the maintainer of the hexbin package?

@tslumley
Copy link

tslumley commented Apr 7, 2016

The triangular sub-binning makes a table of categories within each hex and allocates the six sub-triangles to categories using a proportional-representation voting algorithm. The rounding error resulting from allocating whole categories is then added to nearby hexes; a heuristic based on dithering in photography. There's a two-class example here: https://pbs.twimg.com/media/COlR3_tU8AAqFDj.png

Di wants it to be usable as a panel for other sorts of graphics, and for the documentation to not be mostly in my head. And probably for me to finish the paper, but that's out of scope for #aauconf

In the first pass (https://github.com/tslumley/hextri) I didn't want to involve the hexbin maintainer because it was pretty experimental. Now? ¯_(ツ)_/¯

@dicook
Copy link
Author

dicook commented Apr 7, 2016

I think it is clear that it is useful %^) just needs a few tweaks to get it a complete package - that others (e.g. me) can use

@ghost
Copy link

ghost commented Apr 7, 2016

@tslumley Thanks! I can see myself using hextri already.

@njtierney
Copy link
Collaborator

This is excellent! Looking forward to seeing the development at #auunconf

@tslumley
Copy link

There's now a vignette, and a lattice panel function. I might try to do a ggplot2 geom, but I don't know how hard that is.

@njtierney
Copy link
Collaborator

Awesome!

@benmarwick
Copy link

This package is now on CRAN, amazing!

https://cran.r-project.org/web/packages/hextri/vignettes/hexbin-classes.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants