https://github.com/cran/hexbin
Raw File
Tip revision: 01a78f72392d64fb9e9aab18b5c2f0f8bf9d9275 authored by Edzer Pebesma on 21 March 2023, 20:40:05 UTC
version 1.28.3
Tip revision: 01a78f7
TODO
--------------
Aug 10, 2014
o   get rid of functions in lattice.R, which were copied from lattice

--------------
o   The new 3D plots -- should rather make the new functions "internal"
    and choosable with *arguments* from given functions !

o   hexbin  *class*  {as mentioned by  man/hexbin.Rd }		-- done

o   find the references (on paper) and read !
	     --> "References" in ./Biocore-notes

    ftp://www.galaxy.gmu.edu/pub/faculty/dcarr/eda/bin2d/
    ftp://www.galaxy.gmu.edu/pub/faculty/dcarr/software/bin2d.rev/


o   example(hmatplot)  is still doing many pages instead of one


------------
March 5, 2005
o   Implement conversions between different hexagon coordinate systems

o   Smoothing on a hexagonal basis using tensor products
    + smoothing histograms
    + smoothing the intensity of a Poisson process

o   Family of hex apply functions

o   Hbin list class and constructors

---

o   Use standard convertColor() function more and
    and try to get rid of dependency on 'colorspace'
back to top