An open API service indexing awesome lists of open source software.

https://github.com/r-simmer/simmer.plot

Plotting Methods for 'simmer'
https://github.com/r-simmer/simmer.plot

cran discrete-event plot r r-package simulation visualization

Last synced: 5 months ago
JSON representation

Plotting Methods for 'simmer'

Awesome Lists containing this project

README

          

# simmer.plot

[![build](https://github.com/r-simmer/simmer.plot/actions/workflows/build.yml/badge.svg)](https://github.com/r-simmer/simmer.plot/actions/workflows/build.yml)
[![Coverage Status](https://codecov.io/gh/r-simmer/simmer.plot/branch/master/graph/badge.svg)](https://app.codecov.io/gh/r-simmer/simmer.plot)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/simmer.plot)](https://cran.r-project.org/package=simmer.plot)
[![Downloads](https://cranlogs.r-pkg.org/badges/simmer.plot)](https://cran.r-project.org/package=simmer.plot)

**simmer.plot** provides plotting methods for [**simmer**](https://r-simmer.org), the Discrete-Event Simulation (DES) package for R.

## Documentation

Documentation is available at [r-simmer.org/extensions/plot/reference](https://r-simmer.org/extensions/plot/reference). To get started, please explore our [vignettes online](https://r-simmer.org/extensions/plot/articles/), or in R:

``` r
vignette(package = "simmer.plot")
```

## Installation

Install the release version from CRAN:

``` r
install.packages("simmer.plot")
```

The installation from GitHub requires the [remotes](https://cran.r-project.org/package=remotes) package.

``` r
# install.packages("remotes")
remotes::install_github("r-simmer/simmer.plot")
```