R/shinyKBS.R

Defines functions shinyKBS

Documented in shinyKBS

#' @title Shiny demonstration of Kochanek-Bartels spline
#' @description Run a Shiny app which demonstrates the Kochanek-Bartels spline.
#'
#' @return No value returned.
#' @export
#' @importFrom shiny shinyAppDir
shinyKBS <- function(){
  appDir <- system.file("shiny", "threejs", package = "qsplines")
  shinyAppDir(appDir, options = list(launch.browser = TRUE))
}

Try the qsplines package in your browser

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

qsplines documentation built on March 7, 2023, 7:41 p.m.