Skip to content
Prev 25975 / 29559 Next

quadracount on multitype points

Thanks for all the suggestions. They were all very helpful. The "relrisk" function turned out to be even better than what I was trying to do. 

And Ege, no worries about self promotion. I already have a copy of the "spatial point pattern " book. 

Sincerely,

Guy

-----Original Message-----
From: Ege Rubak [mailto:rubak at math.aau.dk] 
Sent: September 13, 2017 2:21 AM
To: Guy Bayegnak <Guy.Bayegnak at gov.ab.ca>
Cc: Rolf Turner <r.turner at auckland.ac.nz>; r-sig-geo at r-project.org; Adrian.Baddeley at curtin.edu.au
Subject: Re: [R-sig-Geo] quadracount on multitype points

Hi Guy,

Maybe your explorative analysis could also benefit from `relrisk` in case you don't know that function?

It basically gives you a list of smooth images (one for each type) of the probability that a hypothetical sample at that location is of a given type. E.g. for the built-in multitype point pattern dataset `lansing` you would do:

     library(spatstat)
     prob <- relrisk(lansing, diggle=TRUE)
     plot(prob)

This example and more (e.g. a division of the sampling area into subsets of dominant types) can be found in Chapter 14 of our "spatstat book" if you need more details (sorry about the shameless self promotion, but I don't know a better source for this :-)).

Kind regards,
Ege
On 09/13/2017 01:08 AM, Guy Bayegnak wrote: