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
- Host: GitHub
- URL: https://github.com/kahaaga/r-simplexintersection
- Owner: kahaaga
- Created: 2017-11-27T03:19:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T23:43:17.000Z (about 8 years ago)
- Last Synced: 2025-01-22T03:32:56.625Z (11 months ago)
- Topics: intersection, simplex
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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