项目作者: jjlynch2

项目描述 :
R package providing Centroid Banding
高级语言: R
项目地址: git://github.com/jjlynch2/CentroidBanding.git
创建时间: 2019-06-27T15:57:38Z
项目社区:https://github.com/jjlynch2/CentroidBanding

开源协议:MIT License

下载


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

  1. install.packages("devtools")
  2. library(devtools)
  3. install_github("jjlynch2/CentroidBanding", ref="v0.0.2")
  4. library(CentroidBanding)
  5. CentroidBand()