powered by
Interactive 3D plot of spherical data.
sphereplot(dat, col = NULL, bgcol = "snow")
An interactive 3D plot of the spherical data will appear.
A matrix with three columns, unit-vectors, spherical data.
If you want the points to appear with different colours put numbers here, otherwise leave it NULL.
The color of the surface of the sphere.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
lambert, vmf.contour, euclid
# \donttest{ x <- rvmf(100, rnorm(3), 5) sphereplot(x) # }
Run the code above in your browser using DataLab