R/svSweave-internal.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) { # nocov start
  # Automatically set the default out.extra of subsequent R chunks so that
  # the id of the generated plot is equivalent to the chunk label
  fig_id_auto()
} # nocov end
SciViews/svSweave documentation built on May 12, 2022, 2:48 a.m.