Plotting huge data files in R?

前端 未结 5 759
独厮守ぢ
独厮守ぢ 2021-02-09 00:54

I have a input file that has about 20 million lines. The size of the file is about 1.2 G. Is there anyway I can plot the data in R. Some of the columns have categories, most

5条回答
  •  面向向阳花
    2021-02-09 01:30

    Increasing the memory with memory.limit() helped me ... This is for plotting with ggplot nearly 36K records.

提交回复
热议问题