Description
Working with Rotation Data.
Description
Tools for working with rotational data, including simulation from the most commonly used distributions on SO(3), methods for different Bayes, mean and median type estimators for the central orientation of a sample, confidence/credible regions for the central orientation based on those estimators and a novel visualization technique for rotation data. Most recently, functions to identify potentially discordant (outlying) values have been added. References: Bingham, Melissa A. and Nordman, Dan J. and Vardeman, Steve B. (2009), Bingham, Melissa A and Vardeman, Stephen B and Nordman, Daniel J (2009), Bingham, Melissa A and Nordman, Daniel J and Vardeman, Stephen B (2010), Leon, C.A. and Masse, J.C. and Rivest, L.P. (2006), Hartley, R and Aftab, K and Trumpf, J. (2011), Stanfill, Bryan and Genschel, Ulrike and Hofmann, Heike (2013), Maonton, Jonathan (2004), Mardia, KV and Jupp, PE (2000, ISBN:9780471953333), Rancourt, D. and Rivest, L.P. and Asselin, J. (2000), Chang, Ted and Rivest, Louis-Paul (2001), Fisher, Nicholas I. (1996, ISBN:0521568900).
README.md
rotations
The goal of rotations is to provide tools for working with rotation data. A stable version (1.6.3) of the rotations package is available for download from CRAN. For Windows users, the current version (1.6.4) of rotations can be downloaded from GitHub. Mac users will need to download the repo, compile the C++ code and install.
Installation
remotes::install_github("stanfill/rotationsC", subdir = "rotations")
Example
This is a basic example which shows you how to solve a common problem:
library(rotations)
## basic example code
Change log
- Dropped interactive option for plotting because sphere plot was going to be removed from CRAN.