R/params.R

#' @export
#'
param.intsig <- within(list(from = -4, to = 28, n = 501), {
  x = seq(from, to, length.out = n)
  dx = (to - from)/(n - 1)
})
j1wan/intsig documentation built on May 18, 2019, 7:15 a.m.