tests/testthat/_snaps/clip-lines.md

empty or incorrect input

Code
  clip_lines_impl(numeric(0), numeric(1), integer(0), 3, 2, 0.1, 0.1, 0, 1)
Condition
  Error:
  ! Number of x and y coordinates must match.
Code
  clip_lines_impl(numeric(0), numeric(0), integer(1), 3, 2, 0.1, 0.1, 0, 1)
Condition
  Error:
  ! Number of x coordinates and id values must match.
Code
  clip_lines_impl(numeric(1), numeric(0), integer(0), 3, 2, 0.1, 0.1, 0, 1)
Condition
  Error:
  ! Number of x and y coordinates must match.


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.