ggpointgrid icon indicating copy to clipboard operation
ggpointgrid copied to clipboard

R Package - Rearrange scatter plot points on a regular grid

Results 2 ggpointgrid issues
Sort by recently updated
recently updated
newest added

Performance and memory-footprint can be significantly reduced by filtering out all point-grid distances above a certain threshold. I think this threshold can not be easily determined automatically, but it could...

`ggpointgrid::geom_pointgrid` always spreads points out optimally on both x- and y-axis. It might be an interesting feature to limit this to one axis at a time.