Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sphereplot

Interactive 3D plot of spherical data


Description

Interactive 3D plot of spherical data.

Usage

sphereplot(x, col = NULL)

Arguments

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.

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

## Not run: 
x <- rvmf(100, rnorm(3), 5)
sphereplot(x)
ina <- rbinom(100, 1, 0.5) + 1
sphereplot(x, col = ina)

## End(Not run)

Directional

A Collection of R Functions for Directional Data Analysis

v4.9
GPL-2
Authors
Michail Tsagris, Giorgos Athineou, Anamul Sajib, Eli Amson, Micah J. Waldstein
Initial release
2021-03-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.