Efficiently plotting hundreds of millions of points in R

前端 未结 2 1913
粉色の甜心
粉色の甜心 2021-01-30 03:29

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

2条回答
  •  一整个雨季
    2021-01-30 03:55

    I am currently exploring datashader (http://www.datashader.org). If you are willing to work with python, this could be an elegant solution to the problem.

提交回复
热议问题