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.
Prerequisites for Debian/Ubuntu (needed to build dependency package sf)
sudo apt install libudunits2-dev libgeos-dev
Prerequisites for Fedora (needed to build dependency package sf)
dnf install udunits2-devel geos-devel gdal-devel proj-devel
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
-
Install prerequisites for Debian/Ubuntu (needed to build dependency package sf)
sudo apt install libudunits2-dev libgeos-dev
Run the following command in R:
require(devtools)
install_github("zarquon42b/Morpho")