Newly tracked file
R/triangmesh.R
changed.
Other files ignored by Codecov
1 | 1 | #' Create a triangle-type mesh for use in rgl. |
|
2 | 2 | #' |
|
3 | - | #' Convert an object to a `mesh3d` ([rgl::tmesh3d()]) triangle mesh, |
|
3 | + | #' Convert an object to a `mesh3d` triangle mesh, |
|
4 | 4 | #' with methods for [raster::raster()] and `matrix`. |
|
5 | 5 | #' |
|
6 | 6 | #' `triangmesh()` generates the point-based interpretation of a raster (POINT) with the obvious continuous |
Files | Coverage |
---|---|
R | 44.34% |
Project Totals (13 files) | 44.34% |