R/I.0.R

Defines functions I.0

Documented in I.0

I.0 <- function(x) {
    besselI(x=x, nu=0, expon.scaled = FALSE)
}

Try the circular package in your browser

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

circular documentation built on April 27, 2022, 1:06 a.m.