R/launch_3Dview.R

Defines functions launch_3Dview

Documented in launch_3Dview

#--------------------------------------------
#' @title Shiny app to view a 3D surface
#'
#' @description Shiny app to view a 3D surface
#' 
#' @details Should work with all supported 3D file formats.
#'
#' @references http://shiny.rstudio.com/
#'
#' @examples
#' launch_3Dview()
#--------------------------------------------
launch_3Dview <- function(){
  #Location of the ui and server scripts:
  runApp(system.file("gui/view", package = "x3pr"))
}
npetraco/x3pr documentation built on May 23, 2019, 9:33 p.m.