Plotting huge data files in R?

前端 未结 5 744
独厮守ぢ
独厮守ぢ 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:27

    does expanding the available memory with memory.limit(size=2000) (or something bigger) help?

提交回复
热议问题