sincos | R Documentation |
Converts sine and cosine coeeficients to acrophase/amplitude
sincos2acr(sin, cos, per = 24) sincos2amp(sin, cos)
sin |
- sine coefficient returned from cosinor model. |
cos |
- cosine coefficient returned from cosinor model. |
per |
- period of oscillation (default = 24). |
acrophase
Matthew Carlucci
## Not run: # don't run since internal sincos2acr(0.5, 0.5, per = 24) sincos2amp(0.5, 0.5) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.