A port of the C++ routine for applying the marching cubes algorithm written by Thomas Lewiner et al. (2012) <doi:10.1080/10867651.2003.10487582> into an R package. The package supplies the contour3d() function, which takes a 3-dimensional array of voxel data and calculates the vertices, vertex normals, and faces for a 3d mesh representing the contour(s) at a given level.
| Version: | 0.1.4 | 
| Imports: | Rcpp (≥ 1.0.5) | 
| LinkingTo: | Rcpp, RcppArmadillo | 
| Suggests: | rmarkdown, knitr, testthat (≥ 3.0.0) | 
| Published: | 2025-09-30 | 
| DOI: | 10.32614/CRAN.package.rmarchingcubes | 
| Author: | S. H. Wilks [aut, cre], Thomas Lewiner [aut] | 
| Maintainer: | S. H. Wilks <sam.wilks at unimelb.edu.au> | 
| BugReports: | https://github.com/shwilks/rmarchingcubes/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://github.com/shwilks/rmarchingcubes | 
| NeedsCompilation: | yes | 
| Language: | en-US | 
| Materials: | README, NEWS | 
| CRAN checks: | rmarchingcubes results | 
| Reference manual: | rmarchingcubes.html , rmarchingcubes.pdf | 
| Vignettes: | Calculating 3d contours (source, R code) | 
| Package source: | rmarchingcubes_0.1.4.tar.gz | 
| Windows binaries: | r-devel: rmarchingcubes_0.1.4.zip, r-release: rmarchingcubes_0.1.4.zip, r-oldrel: rmarchingcubes_0.1.4.zip | 
| macOS binaries: | r-release (arm64): rmarchingcubes_0.1.4.tgz, r-oldrel (arm64): rmarchingcubes_0.1.4.tgz, r-release (x86_64): rmarchingcubes_0.1.4.tgz, r-oldrel (x86_64): rmarchingcubes_0.1.4.tgz | 
| Old sources: | rmarchingcubes archive | 
| Reverse imports: | Racmacs, skiftiTools | 
| Reverse suggests: | concom | 
Please use the canonical form https://CRAN.R-project.org/package=rmarchingcubes to link to this page.