I have multiple sets of points (for different years ~20)
I want to generate thiessen polygons for each set of points using r spatial packages.
I know this can be done using GIS but as i want a batch process something in R would be
helpful.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You haven’t given us access to your data, but here’s an example for points representing cities of the world, using an approach described by Carson Farmer on his blog. Hopefully it’ll get you started…
Example 1: Input is a SpatialPointsDataFrame:
Example 2: Input is vectors of x, y coordinates: