hexbin
hexbin copied to clipboard
Added drop=FALSE to LINGRAY so that you can plot hexbin objects with …
…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 the same count value.
This change worked to allow the plot of a hexbin object that had thrown an error for me before.