sincos: sin/cos cosinor operations

sincosR Documentation

sin/cos cosinor operations

Description

Converts sine and cosine coeeficients to acrophase/amplitude

Usage

sincos2acr(sin, cos, per = 24)

sincos2amp(sin, cos)

Arguments

sin

- sine coefficient returned from cosinor model.

cos

- cosine coefficient returned from cosinor model.

per

- period of oscillation (default = 24).

Value

acrophase

Author(s)

Matthew Carlucci

Examples

## Not run:  # don't run since internal
sincos2acr(0.5, 0.5, per = 24)
sincos2amp(0.5, 0.5)

## End(Not run)

matthewcarlucci/DiscoRhythm documentation built on March 24, 2022, 10:22 a.m.