plm: A function to evaluates an associated Legendre polynomials

Description Usage Arguments Author(s) Examples

View source: R/s.harmonic.R

Description

A function which numerically evaluates an associated Legendre polynomials for a given degree l and order m.

Usage

1
plm(l, m, x.entered)

Arguments

l

The degree of the associated Legendre polynomial. Must me a non negative integer.

m

The order of the associated Legendre polynomial. Must be an integer.

x.entered

Value to evaluate the Legendre polynomial.

Author(s)

Nishan Mudalige

Examples

1
2
3
## plm(1,1,0.5)

## plm(4,-3,0.5)

nishanmudalige/s.harmonic documentation built on Nov. 22, 2020, 2:17 p.m.