README.md

QPress

R-CMD-check

This package simulates qualitative press perturbation scenarios for network models specified as signed directed graphs.

The package has four main functions.

Installing

options(repos = c(SCAR = "https://scar.r-universe.dev",
                 CRAN = "https://cloud.r-project.org"))

install.packages("QPress")

Or install from GitHub, using the remotes package:

## install.packages("remotes") ## if you don't already have it
remotes::install_github("SWotherspoon/QPress")

The package documentation and vignettes can be viewed online.

Alternatively, if you have pandoc on your system (which should be true if you are using RStudio) you can install the package and vignettes locally:

remotes::install_github("SWotherspoon/QPress", build_vignettes = TRUE)

And the package vignettes can be viewed with:

library(QPress)
vignette("Snowshoe")

and

vignette("Mesocosm")


SWotherspoon/QPress documentation built on Sept. 26, 2022, 2:27 a.m.