atan3: tan inverse of ratio of two numbers, mapping from 0 to 2pi.

Description Usage Arguments Author(s) Examples

View source: R/atan3.R

Description

The function computes the tan inverse of ratio of two numbers and maps it to the cycle from 0 to 2pi. A wrapper function for the atan function in R

Usage

1
atan3(beta2, beta1)

Arguments

beta2

The numerator for the tan inverse function

beta1

The denominator for the tan inverse function

Author(s)

Kushal K Dey

Examples

1
2
 atan3(4,1)
 atan3(2,3)

kkdey/cellcycleR documentation built on May 20, 2019, 10:33 a.m.