Top Banner

of 12

Spatial Analysis - Pattern

Mar 02, 2016

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript

Spatial Analysis Pattern GIANNI GORGOGLIONESpatial analysis Point Pattern Processes Workflow example in R Part 1 Exploring point data

Q1.install.packages("spatstat")data(swedishpines)

Q2.Pine1 spdensity.ppp(sp)plot(density.ppp(sp))plot(density.ppp(sp),add=T)Q5.quadratcount(sp)quadratcount(sp, 10,10)Yes, it looks that data are evenly distributedQ6.Pine2