.CalcLegendreComponents {wmm} | R Documentation |
Compute Legendre Components
Description
Function that computes the components of the associated Legendre function, , only dependent on (degree, order) indices. This function is only used to precompute values.
Usage
.CalcLegendreComponents(n, m)
Arguments
n |
degree of associated Legendre function |
m |
order of associated Legendre function |
Details
The underlying equation used is:
[Package wmm version 1.1.1 Index]