Description Usage Arguments Details Author note Examples
This function creates a SpatialPolygonsDataFrame grid using the boundaries and cell size selected by the user.
| 1 2 3 4 | 
| Latitude | A pair of coordinates that identifies the grid northern and southern limits. | 
| Longitude | A pair of coordinates that identifies the grid eastern and western limits. | 
| Grid.size | size of the grid cells in km. | 
| Clip | Should the grid be clipped with a shapefile (TRUE) or not (FALSE). | 
| clip.shape | Shapefile to use to clip the grid if Clip is set to TRUE | 
| projection | coordinate reference system ID for the grid. | 
| x | A  | 
The projection used for the grid must match the projection used for the dataset if you want to use the grid for effort.grid and species.grid.
Christian Roy
Large grid with small cell size can take a while to create. Be patient.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.