Interactive 3D plot of spherical data
Interactive 3D plot of spherical data.
sphereplot(x, col = NULL)
x |
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. |
An interactive 3D plot of the spherical data will appear.
Michail Tsagris R implementation and documentation: Michail Tsagris mtsagris@uoc.gr
## Not run: x <- rvmf(100, rnorm(3), 5) sphereplot(x) ina <- rbinom(100, 1, 0.5) + 1 sphereplot(x, col = ina) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.