Skip to content

Celli119/Morpho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Morpho Travis Build Status License Downloads

Morpho provides a rich toolset for Geometric Morphometrics and mesh processing in R. This includes (among other stuff) mesh deformations based on reference points, permutation tests, detection of outliers, processing of sliding semi-landmarks, im- and export of a variety of triangular surface mesh files.

Installation of the R-package Morpho from CRAN:

Within R:

install.packages("Morpho")

Installation of the R-package Morpho (development snapshot) using devtools:

Install prerequisites
  1. Install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):

     install.packages("devtools")
    

    Make sure to have the latest versions of Rcpp and RcppArmadillo installed!!

  2. Install build environment

    • Windows: Install latest version of Rtools During installation of Rtools make sure to install the toolchain, and to select "Edit the system path" (and confirming the installers suggestions).
    • OSX: Install XCODE
Install Morpho

Run the following command in R:

require(devtools)
install_github("zarquon42b/Morpho", local=FALSE)

About

R-package providing a toolset for (3D-based) Geometric Morphometrics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 91.9%
  • C++ 8.0%
  • C 0.1%