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

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

## -----------------------------------------------------------------------------
grid_hr(
  gibbons,
  cell_area = 2000,
  fill_by = "locations",
  show_legend = TRUE,
  title = "Space-use intensity of a gibbon group (0.2-ha hexagons)"
)

## -----------------------------------------------------------------------------
grid_hr(
  gibbons,
  cell_area = 2000,
  fill_by = "radial",
  show_legend = TRUE,
  title = "Radial space-use intensity of a gibbon group (0.2-ha hexagons)"
)

