generate_space_view: Generate the background sphere or torus

View source: R/plot.R

generate_space_viewR Documentation

Generate the background sphere or torus

Description

Generate the background sphere or torus

Usage

generate_space_view(n = 1000, p = 3, d = 1)

Arguments

n

number of points on the sphere

p

dimension of data

d

dimension of projection

Value

n number of points on the surface of sphere

Examples

p <- 4
sp <- generate_space_view(p=p)

woylier documentation built on Oct. 1, 2024, 5:08 p.m.