R/shinyKnots.R

Defines functions shinyKnots

Documented in shinyKnots

#' Open the app that displays piecewise regression with 2 knots for spruce data
#'
#' @return
#' @export
#'
#' @examples
#' \dontrun{ shinyKnots()}
shinyKnots<-function(){
  shiny::runApp(system.file("Knots", package="regsisF20"),launch.browser = TRUE)
}
s-huebler/regsisF20 documentation built on Oct. 15, 2020, 10:42 p.m.