tests/testthat/_snaps/isolines-grob.md

basic functions

Code
  isolines_grob(l, labels = c("a", "b", "c"))
Condition
  Error in `isolines_grob()`:
  ! Number of labels must match the number of breaks.
Code
  isolines_grob(l, margin = 1:4)
Condition
  Error in `isolines_grob()`:
  ! The `margin` parameter must be a unit object of length four.
Code
  isolines_grob(l, margin = grid::unit(1:3, "pt"))
Condition
  Error in `isolines_grob()`:
  ! The `margin` parameter must be a unit object of length four.


Try the isoband package in your browser

Any scripts or data that you put into this service are public.

isoband documentation built on Dec. 7, 2025, 9:06 a.m.