Re: [R-sig-Geo] Create SpatialLinesDataFrame

2010-02-16 Thread Roger Bivand
On Wed, 17 Feb 2010, Michael Sumner wrote: flop<-Lines(Line(list(rbind(as.numeric(temp[1,7:8]), as.numeric(temp[1,9:10], ID=row.names(temp)) I think that there is a misplacement too: flop <- Lines(list(Line(rbind(as.numeric(temp[1,7:8]), as.numeric(temp[1,9:10], ID=row.names(temp))

[R-sig-Geo] Looking for a clustering indicator

2010-02-16 Thread Adrian.Baddeley
Etienne Bellemare Racine etienn...@gmail.com writes: > I am looking for a way to tell how much clustered or not a process is > (on a numeric scale). I've tried to test for CSR, but the result is too > narrow as it only tell if the process is random and uniform inside a

Re: [R-sig-Geo] Create SpatialLinesDataFrame

2010-02-16 Thread Michael Sumner
>> flop<-Lines(Line(list(rbind(as.numeric(temp[1,7:8]), > as.numeric(temp[1,9:10], ID=row.names(temp)) >> SpatialLines(flop) > Error in as.list.default(X) : > no method for coercing this S4 class to a vector > You need to put "flop" in a list of its own, as SpatialLines is a collection class

Re: [R-sig-Geo] Create SpatialLinesDataFrame

2010-02-16 Thread Tyler Dean Rudolph
Much thanks to all for these useful and informative responses. I had come across the book in my searches but I had not stumbled onto its homepage with the additional resources Roger has provided, which are indispensable. Perhaps to circumvent the potential conflict of interest you could add a URL

Re: [R-sig-Geo] Rpy with ArcMap or Spatial Data

2010-02-16 Thread Carson Farmer
Hi Andrew, Shameless self promotion: Have a look at manageR (http://www.ftools.ca/manageR). It is available within the 3rd party repositories in QGIS (the gis it links with). If you have any questions regarding dependencies and installation, please don't hesitate to contact me off list. Regards,

[R-sig-Geo] Rpy with ArcMap or Spatial Data

2010-02-16 Thread A. Chapkowski
Are there any examples of RPy being used with ArcMap or any other spatial software? Thanks A ___ R-sig-Geo mailing list R-sig-Geo@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/r-sig-geo

[R-sig-Geo] better formatted rworldmap workshop Bristol March 8-9

2010-02-16 Thread Andy South (Cefas)
Hello all, Further to the message below, which you may have received, a workshop on mapping in R with rworldmap is now definitely going ahead in Bristol , UK on March 8-9th (< 3 weeks time) This is part of QUEST (Quantifying and Understanding the Earth System) http://quest.bris.ac.uk. It's

[R-sig-Geo] rworldmap workshop Bristol March 8-9

2010-02-16 Thread Andy South (Cefas)
Hello all, Further to the message below, which you may have received, a workshop on mapping in R with rworldmap is now definitely going ahead in Bristol , UK on March 8-9th (< 3 weeks time) This is part of QUEST (Quantifying and Understanding the Earth System) http://quest.bris.ac.uk. It's a

[R-sig-Geo] NNCH (adehabitat) into RUF

2010-02-16 Thread Henrik Lundqvist
Cheers everyone, this might be a noob question After been sitting for a while with constructing homeranges with NNCH.R I would like them to be as input homeranges into RUF which takes a dataframe with kascs as its arguments. I understand how this is done when using kernelUD and getvolumeUD but not

Re: [R-sig-Geo] Create SpatialLinesDataFrame

2010-02-16 Thread Roger Bivand
On Mon, 15 Feb 2010, Tyler Dean Rudolph wrote: I have searched extensively for some good examples or documentation on how to create a SpatialLinesDataFrame and for the life of me have found zilch. This does not mean there is no such thing available, it just means that wherever it is it is not re