Learn R Programming

Directional (version 5.7)

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)

Value

A contour plot of the von Mises-Fisher distribution.

Arguments

k

The concentration parameter.

Author

Michail Tsagris and Christos Adam.

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Christos Adam pada4m4@gmail.com.

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.mle, vmf.kerncontour, kent.contour, sphereplot

Examples

Run this code
# \donttest{
vmf.contour(5)
# }

Run the code above in your browser using DataLab