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

https://github.com/kisungyou/t4transport

Tools for Computational Optimal Transport
https://github.com/kisungyou/t4transport

Last synced: 28 days ago
JSON representation

Tools for Computational Optimal Transport

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# T4transport

[![CRAN status](https://www.r-pkg.org/badges/version/T4transport)](https://CRAN.R-project.org/package=T4transport)

We introduce **T4transport**, an **R** package designed as a computational toolkit for
a collection of algorithms in the field of optimal transport.

### Installation

* Option 1 : **released** version from [CRAN](https://CRAN.R-project.org).

``` r
install.packages("T4transport")
```

* Option 2 : **development** version from [GitHub](https://github.com/).

``` r
# install.packages("devtools")
devtools::install_github("kisungyou/T4transport")
```