Learn R Programming

woylier (version 0.0.9)

generate_space_view: Generate the background sphere or torus

Description

Generate the background sphere or torus

Usage

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

Value

n number of points on the surface of sphere

Arguments

n

number of points on the sphere

p

dimension of data

d

dimension of projection

Examples

Run this code
p <- 4
sp <- generate_space_view(p=p)

Run the code above in your browser using DataLab