Skip to content
Prev 6785 / 29559 Next

Spatial analysis question

Marcelo,

Surprisingly, I could not find any function in the spatstat package (or splancs package) that
specifically derives cross-correlations between multiple point processes:
# fit stationary marked Poisson process with different intensity for each species:
...but this does not say anything about which species are most correlated (and which are negatively
correlated). See also "Mark correlation function" in PART V. MARKED POINT PATTERNS:

Baddeley, A., 2008. Analysing spatial point patterns in R. CSIRO, Canberra, Australia.
http://www.csiro.au/files/files/pn0y.pdf 


I guess that there is no reason NOT to do what you suggest:
dens.lansing.sp at data[names(dens.lansing)[i]] <- as(dens.lansing[[i]], "SpatialGridDataFrame")$v
}
blackoak hickory maple  misc redoak whiteoak
blackoak     1.00    0.55 -0.73 -0.64  -0.51     0.23
hickory      0.55    1.00 -0.84 -0.63  -0.52    -0.27
maple       -0.73   -0.84  1.00  0.75   0.50    -0.09
misc        -0.64   -0.63  0.75  1.00   0.70     0.09
redoak      -0.51   -0.52  0.50  0.70   1.00     0.25
whiteoak     0.23   -0.27 -0.09  0.09   0.25     1.00

# PCA:
sep=""))
ylabs=names(dens.lansing))

which clearly shows that the most positively correlated species are "hickory" and "blackoak", while
the most 'competing' species are "maple"/"redoak" and "hickory".


HTH

T. Hengl
http://home.medewerker.uva.nl/t.hengl/