R/circ.cors1.R

Defines functions circ.cors1

Documented in circ.cors1

circ.cors1 <- function(theta, phi, rads = FALSE) {
  if ( !rads ) {
    theta <- theta * pi/180
    phi <- phi * pi/180
  }
  Rfast2::circ.cors1(theta, phi, pvalue = TRUE)
}

Try the Directional package in your browser

Any scripts or data that you put into this service are public.

Directional documentation built on Oct. 12, 2023, 1:07 a.m.