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
- Host: GitHub
- URL: https://github.com/andreasfischer1985/threed
- Owner: AndreasFischer1985
- License: gpl-3.0
- Created: 2022-01-06T20:55:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T07:17:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T21:43:49.510Z (4 months ago)
- Language: R
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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");
```
![]()