Skip to content

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

Notifications You must be signed in to change notification settings

kahaaga/r-simplexintersection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages