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

https://github.com/kahaaga/r-simplexintersection

R wrappings for SimplexIntersection.jl. Compute exact intersection volumes and coordinates of intersecting vertices for N-dimensional simplices
https://github.com/kahaaga/r-simplexintersection

intersection simplex

Last synced: 10 months ago
JSON representation

R wrappings for SimplexIntersection.jl. Compute exact intersection volumes and coordinates of intersecting vertices for N-dimensional simplices

Awesome Lists containing this project

README

          

# Exact simplex intersection in N dimensions
R package for computing the intersection between simplices in N dimensions. Computes both the intersecting volume and the points in which the simplices intersect.
The heavy lifting in the package is done by the [SimplexIntersection.jl](https://github.com/kahaaga/SimplexIntersection.jl) library for the Julia programming language, which `rSimplexIntersection` calls under the hood.

## Installation
To install the package, run the following command in your R console:

```
devtools::install_github("khaaga/r-simplexintersection")
```

## Using the package

### Example of volume calculation