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

https://github.com/andreasfischer1985/threed

Basic functions for plotting and manipulating 3D-Objects based on R's default packages
https://github.com/andreasfischer1985/threed

Last synced: 2 months ago
JSON representation

Basic functions for plotting and manipulating 3D-Objects based on R's default packages

Awesome Lists containing this project

README

        

# threeD
The threeD package provides basic functions for parsing, plotting and manipulating 3D-Objects. It was written to extend R's default packages without introducing dependencies on other packages.

You may install the package using the following commands in R:

```
install.packages("devtools");
devtools::install_github("AndreasFischer1985/threeD", ref="main");
```

exemplary plots