I have just started to learn spatial analysis of point pattern with R.
On page 20 of this book, the "Swedishpines" dataset has been used for inspection purposes. However, I want to use my own dataset intead of this data. My dataset is a group of point features having lat and and long and a text field for the point feature. Making a SUMMARY of my dataset does not result in the following details (for swedishpines data, borrowed from the book)
> summary(X)Planar point pattern: 71 pointsAverage intensity 0.0074 points per square unit (one unit = 0.1 metres)Window: rectangle = [0, 96] x [0, 100] unitsWindow area = 9600 square unitsUnit of length: 0.1 metresI understand that in order to follow on the example of this book, I would first need to create a Planer Point Pattern out of this Shapefile. So my question is how can I do that? I tried googling but nothing came up. Any help and clarification would be highly appreciated.
أكثر...
On page 20 of this book, the "Swedishpines" dataset has been used for inspection purposes. However, I want to use my own dataset intead of this data. My dataset is a group of point features having lat and and long and a text field for the point feature. Making a SUMMARY of my dataset does not result in the following details (for swedishpines data, borrowed from the book)
> summary(X)Planar point pattern: 71 pointsAverage intensity 0.0074 points per square unit (one unit = 0.1 metres)Window: rectangle = [0, 96] x [0, 100] unitsWindow area = 9600 square unitsUnit of length: 0.1 metresI understand that in order to follow on the example of this book, I would first need to create a Planer Point Pattern out of this Shapefile. So my question is how can I do that? I tried googling but nothing came up. Any help and clarification would be highly appreciated.
أكثر...