Learn R Programming

Directional (version 4.0)

Contour plots of the von Mises-Fisher distribution: Contour plots of the von Mises-Fisher distribution on the sphere

Description

Contour plots of the von Mises-Fisher distribution on the sphere.

Usage

vmf.contour(k)

Arguments

k

The concentration parameter.

Value

A contour plot of the von Mises-Fisher distribution.

Details

The user specifies the concentration parameter only and not the mean direction or data. This is for illustration purposes only. The graph will always contain circles, as the von Mises-Fisher distribution is the analogue of a bivariate normal in two dimensions with a zero covariance.

See Also

rvmf, vmf, vmf.kerncontour, kent.contour, sphereplot

Examples

Run this code
# NOT RUN {
par(mfrow = c(1,3) )
vmf.contour(1)
vmf.contour(5)
vmf.contour(10)
# }

Run the code above in your browser using DataLab