R/SomEnvGUI.R

Defines functions SomEnvGUI

Documented in SomEnvGUI

#' The function starts the SOMEnv GUI
#'
#' @author Sabina Licen, Marco Franzon, Tommaso Rodani
#'
#' @return This function starts the graphical user interface with the default system browser.
#'The main help suggestion for using the tool are embedded in the GUI
#'
#' @references {Winston Chang, Joe Cheng, JJ Allaire, Yihui Xie and Jonathan
#'             McPherson (2019). shiny: Web Application Framework for R. R package
#'             version 1.4.0. https://CRAN.R-project.org/package=shiny
#' }
#'
#'seealso shiny
#' @import dplyr openair shinycssloaders shinycustomloader 
#' @importFrom colourpicker colourInput
#' @importFrom grDevices rainbow
#' @importFrom graphics abline axis barplot boxplot legend mtext par polygon text
#' @importFrom kohonen map
#' @importFrom plyr mapvalues
#' @importFrom shiny incProgress withProgress
#' @importFrom stats cor dist median quantile
#' @export
#' @examples
#' \dontrun{
#' SomEnvGUI()
#' }



SomEnvGUI <- function() {
  shiny::runApp(system.file('shiny-examples/myapp', package='SOMEnv'))
}

Try the SOMEnv package in your browser

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

SOMEnv documentation built on July 26, 2021, 5:06 p.m.