graph_with_boxes: Draw a graph with labeled boxes

View source: R/fun-with-boxes.R

graph_with_boxesR Documentation

Draw a graph with labeled boxes

Description

Draw a graph with labeled boxes

Usage

graph_with_boxes(
  fn,
  intervals = tibble::tibble(x = -1:1, xend = x + 0.6),
  dom = domain(x = -3:3),
  my_letters = LETTERS,
  ...
)

dtkaplan/Znotes documentation built on Sept. 4, 2022, 10:21 a.m.