Skip to content
Prev 207495 / 398503 Next

R Output and ArcGIS

Hi Steve,
On Mon, Jan 25, 2010 at 12:54 PM, Steve Murray <smurray444 at hotmail.com> wrote:
How did you look at the output? in Excel?
I usually use col.names=NA, when I am writing a file to be read by a
spreadsheet. This is also documented in ?write.table.

As Milton pointed out you should also make sure that you are careful
with your column names since R and ArcMap have different rules.

Posting the results of str(YourData) might shed some light as well.

Hope this helps,
Michael