hexbin
hexbin copied to clipboard
Hexagonal binning routines and plotting methods
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?
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...