hexbin icon indicating copy to clipboard operation
hexbin copied to clipboard

Hexagonal binning routines and plotting methods

Results 14 hexbin issues
Sort by recently updated
recently updated
newest added

The hdiffplot function produces a plot without legend and there is no direct way to add one a posteriori. Could you please implement a legend to the function?

enhancement

Below is the error message I'm gettings — for some reason, `/opt/local/bin/gfortran-mp-13 -fPIC -pipe -Os -m64 -c hbin.f -o hbin.o` fails, although if I remove -pipe by hand, that stage...

I tried to change the color from the count to a different variable by using `cell.at`. Plotting this with `grid.hexagons` does not produce the expected behavior. I do not see...

Running `hexbinplot(Sepal.Length ~ Sepal.Width,data = iris,groups = Species)` leads to the following error Expected grouped plot similar to `lattice::xyplot`, `xyplot(Sepal.Length ~ Sepal.Width,data = iris,groups = Species)` `` I'm using lattice...