Interactive 3D plot of spherical data | R Documentation |
Interactive 3D plot of spherical data.
sphereplot(dat, col = NULL, bgcol = "snow")
dat |
A matrix with three columns, unit-vectors, spherical data. |
col |
If you want the points to appear with different colours put numbers here, otherwise leave it NULL. |
bgcol |
The color of the surface of the sphere. |
An interactive 3D plot of the spherical data will appear.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
lambert, vmf.contour, euclid
x <- rvmf(100, rnorm(3), 5)
sphereplot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.