R/QPress-package.R

#' Qualitative Network Analysis
#'
#' Qualitiative analysis of press perturbations of network models.  Given a
#' network model represented as a signed directed graphs, this package provide
#' facilities for evaluating the impact of a press perturbation to the system
#' through simulation.
#'
#' @name QPress-package
#' @docType package
#' @import XML tcltk tcltk2
#' @importFrom ggplot2 ggplot aes_string coord_flip geom_col labs
#' @importFrom ggplot2 scale_fill_manual theme_bw
#' @importFrom shiny checkboxInput column fluidPage fluidRow radioButtons tags
#' @importFrom shiny renderUI shinyApp tagList plotOutput renderPlot uiOutput
#' @importFrom shinythemes shinytheme
#' @importFrom stats setNames
#' @author Ben Raymond, Jessica Melbourne-Thomas, Simon Wotherspoon
NULL
SWotherspoon/QPress documentation built on Sept. 26, 2022, 2:27 a.m.