R/plotDemo.R

Defines functions plotDemo

Documented in plotDemo

#' @export

plotDemo <- function() {
  appDir <- system.file("igraphPlotDemo", package = "igraphinshiny")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `igraphinshiny`.", call. = FALSE)
  }
  shiny::runApp(appDir, display.mode = "normal")
}

Try the igraphinshiny package in your browser

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

igraphinshiny documentation built on May 2, 2019, 3:26 a.m.