Learn R Programming

JWileymisc (version 1.4.1)

diffCircular: Calculate the Circular Difference

Description

Calculate the Circular Difference

Usage

diffCircular(x, y, max)

Value

A value with the circular difference. This will always be positive if defined.

Arguments

x

Numeric or integer values

y

Numeric or integer values

max

the theoretical maximum (e.g., if degrees, 360; if hours, 24; etc.).

Examples

Run this code
diffCircular(330, 30, max = 360)
diffCircular(22, 1, max = 24)
diffCircular(c(22, 23, 21, 22), c(1, 1, 23, 14), max = 24)

Run the code above in your browser using DataLab