Reading an ASC file into R

前端 未结 4 733
后悔当初
后悔当初 2021-02-18 19:11

I\'m currently trying to extract information from various \"ASC\" files into R in order to perform analysis on the data.

The issue is that I am unsure of how exactly to

4条回答
  •  天涯浪人
    2021-02-18 19:25

    Package SDMTools has the function read.asc, which works under R 3.2.4. However, at least in my case, using read.table with all default values worked out of the box.

提交回复
热议问题