Skip to content

jjlynch2/CentroidBanding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()