Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 552 Bytes

Centroid Banding 0.0.2

Centroid Banding is an R package that allows the creation of centroid bands from three-dimensional models. Given that this feature has applicability outside of OsteoSort, this package was created to allow others to test the code for different purposes. Going with this, it is licensed under MIT to provide more flexibility in its use and adoption.

Installation

install.packages("devtools")
library(devtools)
install_github("jjlynch2/CentroidBanding", ref="v0.0.2")
library(CentroidBanding)
CentroidBand()