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

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

## -----------------------------------------------------------------------------
radial_plot(
  gibbons,
  cell_area = 5000,
  cell_shape = "hex",
  title = "Radial space-use profile of a gibbon group (0.5-ha hexagons)"
)

