Is plot() the most efficient way to plot 100 million or so data points in R? I\'d like to plot a bunch of these Clifford Attractors. Here\'s an example of one I\'ve
plot()
Maybe geom_hex() from the ggplo2 package can be a solution? https://ggplot2.tidyverse.org/reference/geom_hex.html