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.
Within R:
install.packages("Morpho")
-
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!!
-
Install build environment
Run the following command in R:
require(devtools)
install_github("zarquon42b/Morpho", local=FALSE)