Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubnowicki/retrogeomorph
https://github.com/jakubnowicki/retrogeomorph
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakubnowicki/retrogeomorph
- Owner: jakubnowicki
- Created: 2015-11-04T11:06:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T12:39:00.000Z (almost 9 years ago)
- Last Synced: 2024-11-12T03:52:58.391Z (about 2 months ago)
- Language: R
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **RetroGeoMorph**
Package: RetroGeoMorph
Type: Package
Title: Generating minimal distance matrices from tectonic-deformed landmark data.
Version: 0.02
Date: 2015-12-01
Author: Jakub Nowicki
Maintainer: Jakub Nowicki
Description: Package is a tool for creating Procrustes distance matrices from landmark data. The main pourpose of use is the search for the "minimal distance" configuration of streched landmarks. Results can be then analysed using various methods, including non-metric multidimensional scaling (for example from the package vegan).
License: GPL-2
Imports: doParallel, shapes, abind, geomorph, dplyr#### **Instalation:**
library(devtools)
install_github('jakubnowicki/RetroGeoMorph')