Given an PlasmoMAPI project with sampling coordinates already loaded, create a hex grid around these points.
create_map(proj, hex_width = NULL, border_coords = NULL)
proj | object of class |
---|---|
hex_width | width of hexagons. |
border_coords | dataframe giving coordinates (long, lat) of a polygon within which the map is defined. If null then this is generated automatically from the convex hull of the sampling locations. |