Interactive 3D plot of spherical data {Directional} | R Documentation |
Interactive 3D plot of spherical data
Description
Interactive 3D plot of spherical data.
Usage
sphereplot(dat, col = NULL, bgcol = "snow")
Arguments
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. |
Value
An interactive 3D plot of the spherical data will appear.
Author(s)
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
See Also
Examples
x <- rvmf(100, rnorm(3), 5)
sphereplot(x)
[Package Directional version 6.7 Index]