Skip to content
Prev 9305 / 29559 Next

create an Hexagonal grid

Dear Gianni,

a good reference is the book "Applied Spatia lData Analysis with R", where there is an example in the Chapter "6.4 Hexagonal Grids" on page 137. Try this example using the test data set "meuse":
More details in the above mentioned (very helpful) book. According to the book, there are no classes for hexagonal grids but some useful funtions to generate and plot them.

Good luck!

Nils