View source: R/fun-with-boxes.R
Draw a graph with labeled boxes
1 2 3 4 5 6 7 | graph_with_boxes(
fn,
intervals = tibble::tibble(x = -1:1, xend = x + 0.6),
domain = c(-3, 3),
my_letters = LETTERS,
...
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.