tests/testthat/_snaps/isobands.md

Inconsistent numbers of isoband levels cause an error

Code
  isobands(1:4, 1:4, m, c(0.5, 1.5, 2.5), c(0.5, 1.5))
Condition
  Error in `isobands()`:
  ! Vectors specifying isoband levels must be of equal length or of length 1
Code
  isobands(1:4, 1:4, m, c(0.5, 1.5), c(0.5, 1.5, 2.5))
Condition
  Error in `isobands()`:
  ! Vectors specifying isoband levels must be of equal length or of length 1


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.