## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(gridHR)

## -----------------------------------------------------------------------------
min_cell(
  gibbons,
  min = 1,
  max = 1000,
  interval = 100,
  cell_shape = "hex",
  show_plot = TRUE
)

