Learn R Programming

CircStats (version 0.2-7)

I.1: First Order Bessel Function of the First Kind

Description

An alias of besselI(x, nu=1, expon.scaled = FALSE) used for compatibility with old version package code.

Usage

I.1(x)

Value

Returns the first order Bessel function of the first kind, evaluated at a specified real number.

Arguments

x

non-negative numerical value at which to evaluate the Bessel function.

Details

The use of this function is deprecated. Please use besselI.

See Also