Skip to content
Prev 11047 / 29559 Next

Differences Between sp and spatstat?

I'm not an expert in this, but one of the important aspects of sp is that it provides a set of classes for consistently handling spatial data. Other packages (such as spatstat) provide more specific analytic capacity. Even if the more specific packages use their own classes, there is now at least a 'common' data structure with which you can import data to R and make it available to other packages.

In a nutshell, you will probably find that many other spatial packages require sp.

I would suggest looking at http://cran.r-project.org/web/views/Spatial.html

cheers

Ben
On 26/02/2011, at 12:10 AM, Rich Shepard wrote: