sphereplot: Interactive 3D plot of spherical data

View source: R/sphereplot.R

Interactive 3D plot of spherical dataR 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

lambert, vmf.contour, euclid

Examples


x <- rvmf(100, rnorm(3), 5)
sphereplot(x)


Directional documentation built on Oct. 12, 2023, 1:07 a.m.