tor.minus: Toroidal subtraction

Description Usage Arguments Examples

View source: R/tor.minus.R

Description

tor.minus() computes angular subtraction bewtween n x 2 toroidal data and a 2 dimensional vector.

Usage

1

Arguments

data

n x 2 matrix of toroidal values

mu

a 2-vector

Examples

1
2
3
4
5
6
7
8
## Not run: 
data <- matrix(c(pi/3, pi/4, pi/2, -pi/2),
               ncol = 2, byrow = TRUE)
mu <- c(pi/2, -pi/2)

tor.minus(data, mu)

## End(Not run)

Hong-Seungki/routine documentation built on Aug. 23, 2020, 12:42 a.m.