search for: fileofinterest

Displaying 3 results from an estimated 3 matches for "fileofinterest".

2013 Mar 04
1
Mysterious issues with reading text files from R in ArcGIS and Excel
...ifferent format Then the file opens Otherwise, the file opens "fine" the first time through - and "looks" ok. I can't figure out what Im doing different between the two commands of write.table as they are always written the same: write.csv(file, file = "D:/mylocations/fileofinterest.csv") or write.table(file, file = "D:/mylocations/fileofinterest.txt") Sometimes I will try to add sep = "," or sep = ";" but these don't make a difference (which I didn't figure they would). The other program I use is ArcGIS and bringing in a txt file fr...
2013 Mar 05
1
R-help Digest, Vol 121, Issue 5
...en the file opens > > > Otherwise, the file opens "fine" the first time through - and "looks" ok. I can't figure out what Im doing different between the two commands of write.table as they are always written the same: > write.csv(file, file = "D:/mylocations/fileofinterest.csv") or write.table(file, file = "D:/mylocations/fileofinterest.txt") > Sometimes I will try to add sep = "," or sep = ";" but these don't make a difference (which I didn't figure they would). > > The other program I use is ArcGIS and bringing in...
2011 May 05
1
Looping over graphs in igraph
Hi, I'm trying to do some basic social network analysis with igraph in R, but I'm new to R and haven't been able to find documentation on a couple basic things: I want to run igraph's community detection algorithms on a couple thousand small graphs but don't know how to automate igraph looking at multiple graphs described in a single csv file. My data look like something in