hexbin
hexbin copied to clipboard
Hexagonal binning routines and plotting methods
This is on PowerPC 32-bit (which may matter for rounding). Test pass, but I see this: ``` * checking tests ... Running ‘hdiffplot.R’ Comparing ‘hdiffplot.Rout’ to ‘hdiffplot.Rout.save’ ...12,13d11 < 3:...
Thanks for this very useful package. I am trying to change the colors of the hexbins returned by hdiffplot. The documentation is difficult to follow on this, and doesn't seem...
Addresses issue #20
I'm using `hexbin` to create some plots with overlays and shared axes and have ended up going back to the bare `grid` commands. I've run into an issue with setting...
Hello, I am having an issue on macOS BigSur (11.1) with geom_hex() not working. With this code: ``` ggplot(diamonds) + aes(x = carat, y = price) + geom_hex() ``` I...
…only one color hexagon (all occupied hexagons have the same count) Very simple change to LinGray that prevents the error M[ ,1] incorrect number of dimensions when all cells have...
I recognize that hexbin is intended for large amounts of data, but it might be nice if it failed a little more gracefully in cases where the hexbin() object is...
I'm was using this code (version 1.28.1) to bin 1.7M datapoints into hexagon bins for an online web graphic. I exported each bin's center using `hexbin$xcm` and `hexbin$ycm`; however, when...
Hi, I get this error when installing the hexbin package. note: I have the gfortran installed. > install.packages("hexbin") Installing package into ‘/home/kassim/R/x86_64-pc-linux-gnu-library/3.4’ (as ‘lib’ is unspecified) trying URL 'https://cloud.r-project.org/src/contrib/hexbin_1.27.2.tar.gz' Content...
Hi, I was trying to install the Hexbin but came across this error. It is compiled successfully, but unable to be loaded. Is there any way to overcome this? ```text...