generate_space_view {woylier}R 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)

[Package woylier version 0.0.9 Index]