Skip to contents

The goal of crgrids is to provides spatial grids for Costa Rica.

Square spatial grids of 1km, 2km, 4km, and 8km.

Installation

You can install the development version of crgrids from GitHub with:

# install.packages("devtools")
devtools::install_github("ManuelSpinola/crgrids")

Example

This is a basic example which shows you how to use crgrids:

ggplot(cr_grid_8km) +
  geom_sf(fill = "dodgerblue3", color = "gray") +
  theme_minimal()