inst/doc/scrollama-basic.R

## ----setup, eval=FALSE, tidy=FALSE--------------------------------------------
# rolldown::scrollama_setup(
#   list(step = '.level1', offset = .2, debug = TRUE)
# )

## -----------------------------------------------------------------------------
par(mar = c(4, 4, .5, .1))
plot(pressure, type = 'h', las = 1)

## ----setup, echo=FALSE--------------------------------------------------------
rolldown::scrollama_setup(
  list(step = '.level1', offset = .2, debug = TRUE)
)

Try the rolldown package in your browser

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

rolldown documentation built on April 4, 2025, 1:01 a.m.