QGIS/python/plugins/sextante/r/scripts/G_function_-_distance to nearest event.rsx

8 lines
179 B
R

##[Example scripts]=group
##points=vector
##showplots
library("maptools")
library("spatstat")
ppp=as(as(points, "SpatialPoints"),"ppp")
plot(envelope(ppp, Gest, nsim=100))